diff --git a/Cargo.lock b/Cargo.lock index d4ce1e52..6f77985b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" [[package]] name = "ascii" @@ -1600,9 +1600,9 @@ dependencies = [ [[package]] name = "procfs" -version = "0.13.2" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "979e5cb47caafb8e14653bb083358e19917ca8c9c4c2648932eccd935f5c4d80" +checksum = "c1391b61957e3b6f25a59ca2e057d22a44415917d87893986f6627fef109d32f" dependencies = [ "bitflags", "byteorder", diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index afe51ed6..ea0893b5 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -17,7 +17,7 @@ default-features = false features = ["std", "suggestions", "derive", "cargo"] [dependencies] -anyhow = "1.0.58" +anyhow = "1.0.60" chrono = { version="0.4", features = ["serde"] } libcgroups = { version = "0.0.3", path = "../libcgroups" } libcontainer = { version = "0.0.3", path = "../libcontainer" } @@ -37,5 +37,5 @@ clap_complete = "3.2.3" serial_test = "0.8.0" [build-dependencies] -anyhow = "1.0.58" +anyhow = "1.0.60" vergen = "7.3" diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 533e0989..d02034bf 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.58" +anyhow = "1.0.60" crossbeam = "0.8.2"