From 40e52437ec55fb4b428bdf5a1eb7bf977226c0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:46:35 +0000 Subject: [PATCH] Bump fastrand from 1.9.0 to 2.0.1 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.9.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/v1.9.0...v2.0.1) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++-------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1dd968..53304ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,29 +22,11 @@ dependencies = [ "serde_json", ] -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - [[package]] name = "fastrand" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] - -[[package]] -name = "instant" -version = "0.1.12" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" -dependencies = [ - "cfg-if", -] +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "itoa" diff --git a/Cargo.toml b/Cargo.toml index f34880d..b580160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ thirsty = [] yikes = [] [dependencies] -fastrand = "1.8.0" +fastrand = "2.0.1" [build-dependencies] serde = { version = "1.0.151", features = ["derive"] }