Update fastrand requirement from 1.3.3 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.3.3...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-06-11 07:02:08 +00:00 committed by Taiki Endo
parent e3fef3f0ae
commit 2cd3dbad14
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ harness = false
[dev-dependencies]
criterion = "0.4.0"
easy-parallel = "3.1.0"
fastrand = "1.3.3"
fastrand = "2.0.0"
[features]
default = ["std"]