From ea5946c4535714dc08d53062073f5b67489f2a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 10:12:07 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0e316f..b4885d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,4 +47,4 @@ features = [ [dev-dependencies] easy-parallel = "3.1.0" -fastrand = "1.9.0" +fastrand = "2.0.0"