From 1b06248fcbb5ebd80a12a863687f6bfe8580a968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:09:37 +0000 Subject: [PATCH] Bump fastrand from 2.2.0 to 2.3.0 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] --- 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 5c39ac93..617cc67f 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 b35cc0dc..7f8a6a57 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 d0867cb8..a8e46b5e 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 4b906957..ab1a4034 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"