From 95741522a9d0526066a3997e50b93cc24f843844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:26:11 +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 ++-- wtx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd218eee..5b3d128a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,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/wtx/Cargo.toml b/wtx/Cargo.toml index 42365bc5..6b4b668c 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -13,7 +13,7 @@ embassy-net = { default-features = false, features = ["tcp"], optional = true, v embassy-time = { default-features = false, optional = true, version = "0.3" } embedded-io-async = { default-features = false, optional = true, version = "0.6" } embedded-tls = { default-features = false, optional = true, version = "0.17" } -fastrand = { default-features = false, optional = true, version = "2.0" } +fastrand = { default-features = false, optional = true, version = "2.3" } flate2 = { default-features = false, features = ["zlib-rs"], optional = true, version = "1.0" } foldhash = { default-features = false, optional = true, version = "0.1" } hashbrown = { default-features = false, features = ["inline-more"], optional = true, version = "0.15" }