From 2c72debc9c3f3068ee25312c6f57a00f05cd013f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:14:22 +0000 Subject: [PATCH] build(deps): bump fastrand from 2.0.0 to 2.0.1 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48b323f0a..a15081156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1683,9 +1683,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "file-format" @@ -3838,7 +3838,7 @@ dependencies = [ "eudex", "ext-sort", "fast-float", - "fastrand 2.0.0", + "fastrand 2.0.1", "file-format", "filetime", "flate2", @@ -5001,7 +5001,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", - "fastrand 2.0.0", + "fastrand 2.0.1", "redox_syscall", "rustix", "windows-sys 0.48.0",