diff --git a/Cargo.lock b/Cargo.lock index c3a1951d8..2b2d09645 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"