diff --git a/Cargo.lock b/Cargo.lock index f03335d2a..a02158768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "arbitrary" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index ddc1ae4dd..7c010a7e8 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -26,7 +26,7 @@ default-features = false features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"] [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } libcgroups = { version = "0.1.0", path = "../libcgroups", default-features = false } libcontainer = { version = "0.1.0", path = "../libcontainer", default-features = false } @@ -55,5 +55,5 @@ tempfile = "3" scopeguard = "1.2.0" [build-dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" vergen = {version ="8.2.4", features =["git","gitcl"]} diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 18d847ce3..8e9211c81 100644 --- a/tests/rust-integration-tests/test_framework/Cargo.toml +++ b/tests/rust-integration-tests/test_framework/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" crossbeam = "0.8.2"