From 90d01483a780858cb3b6915821745a2241547980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:14:00 +0000 Subject: [PATCH] Bump fastrand from 2.2.0 to 2.3.0 (#1455) Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.2.0 to 2.3.0. - [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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- client/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4f983a1..35a23224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1722,9 +1722,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" diff --git a/Cargo.toml b/Cargo.toml index 4d5c27ee..be723b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ async-session = "3.0.0" base64 = "0.22.1" console-subscriber = "0.4.1" email_address = "0.2.9" -fastrand = "2.2.0" +fastrand = "2.3.0" futures-lite = "2.5.0" git-version = "0.3.9" janus_messages = "0.7.43" diff --git a/client/Cargo.toml b/client/Cargo.toml index db5cec13..a061a0c7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -32,7 +32,7 @@ num-rational = "0.4.2" [dev-dependencies] divviup-api.workspace = true -fastrand = "2.2.0" +fastrand = "2.3.0" futures-lite = "2.5.0" test-support.workspace = true trillium = "0.2.20" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 6327c15f..c86f07e5 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -fastrand = "2.2.0" +fastrand = "2.3.0" time = "0.3.37" trillium = "0.2.20" trillium-macros = "0.0.6"