From 7d17b015f6d2db6ee9768044a1cc32e1059f8230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:18:36 +0000 Subject: [PATCH] chore(deps): bump fastrand from 2.0.0 to 2.0.1 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcontainer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 197776078..8e2cdd9ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,9 +1190,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastrand" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fd-lock" diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 2c6e67876..a92928f81 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -23,7 +23,7 @@ cgroupsv2_devices = ["libcgroups/cgroupsv2_devices"] bitflags = "2.4.0" caps = "0.5.5" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } -fastrand = "^2.0.0" +fastrand = "^2.0.1" futures = { version = "0.3", features = ["thread-pool"] } libc = "0.2.148" nix = "0.26.2"