From edb61a9b7680e7defbb2299c6b39b25643796450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:32:18 +0000 Subject: [PATCH] build(deps): 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b13b3c..0c75d0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -898,9 +898,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 = "file_diff" diff --git a/Cargo.toml b/Cargo.toml index 929f4cb..038d999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ csv = "1.3" derive_more = { version = "1.0", features = ["full"] } env_logger = "0.11" fastobo = "0.15.2" -fastrand = "2.1" +fastrand = "2.3" flate2 = "1.0" hpo = "0.11" indexmap = { version = "2.7", features = ["serde"] }