diff --git a/Cargo.lock b/Cargo.lock index 70f6819ea..b0a2e0a2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arrayvec" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 4bc65d14e..0fd48bade 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.65" +anyhow = "1.0.68" chrono = { version = "0.4", features = ["serde"] } libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false } libcontainer = { version = "0.0.4", path = "../libcontainer", default-features = false } @@ -47,5 +47,5 @@ caps = "0.5.5" serial_test = "1.0.0" [build-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.68" vergen = "7.5.0" diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 1fc3c6656..185cd07e0 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.65" +anyhow = "1.0.68" crossbeam = "0.8.2"