Update fastrand requirement from 1.9.0 to 2.0.0

Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v1.9.0...v2.0.0)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-16 10:12:07 +00:00 committed by Taiki Endo
parent d41c05447a
commit ea5946c453
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ features = [
[dev-dependencies]
easy-parallel = "3.1.0"
fastrand = "1.9.0"
fastrand = "2.0.0"