diff --git a/Cargo.lock b/Cargo.lock index e942f0e3ea36..494539f1211d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "cap-fs-ext" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c" +checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654" dependencies = [ "cap-primitives", "cap-std", @@ -370,9 +370,9 @@ dependencies = [ [[package]] name = "cap-net-ext" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c" +checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7" dependencies = [ "cap-primitives", "cap-std", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "cap-primitives" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a" +checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a" dependencies = [ "ambient-authority", "fs-set-times", @@ -400,9 +400,9 @@ dependencies = [ [[package]] name = "cap-rand" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40" +checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d" dependencies = [ "ambient-authority", "rand 0.8.5", @@ -410,9 +410,9 @@ dependencies = [ [[package]] name = "cap-std" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189" +checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a" dependencies = [ "cap-primitives", "io-extras", @@ -422,9 +422,9 @@ dependencies = [ [[package]] name = "cap-time-ext" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b" +checksum = "def102506ce40c11710a9b16e614af0cde8e76ae51b1f48c04b8d79f4b671a80" dependencies = [ "ambient-authority", "cap-primitives", diff --git a/Cargo.toml b/Cargo.toml index 862472d40d88..7fbc77bb34b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -320,12 +320,12 @@ regalloc2 = "0.13.2" # cap-std family: target-lexicon = "0.13.0" -cap-std = "3.4.4" -cap-rand = { version = "3.4.4", features = ["small_rng"] } -cap-fs-ext = "3.4.4" -cap-net-ext = "3.4.4" -cap-time-ext = "3.4.4" -cap-tempfile = "3.4.4" +cap-std = "3.4.5" +cap-rand = { version = "3.4.5", features = ["small_rng"] } +cap-fs-ext = "3.4.5" +cap-net-ext = "3.4.5" +cap-time-ext = "3.4.5" +cap-tempfile = "3.4.5" fs-set-times = "0.20.3" system-interface = { version = "0.27.3", features = ["cap_std_impls"] } io-lifetimes = { version = "2.0.3", default-features = false } diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 41e4d4538b66..892d16ecfb04 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -1647,6 +1647,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-fs-ext]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.cap-net-ext]] who = "Dan Gohman " criteria = "safe-to-deploy" @@ -1667,6 +1672,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-net-ext]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.cap-primitives]] who = "Dan Gohman " criteria = "safe-to-deploy" @@ -1711,6 +1721,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-primitives]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.cap-rand]] who = "Alex Crichton " criteria = "safe-to-deploy" @@ -1749,6 +1764,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-rand]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.cap-std]] who = "Dan Gohman " criteria = "safe-to-deploy" @@ -1793,6 +1813,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-std]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.cap-tempfile]] who = "Dan Gohman " criteria = "safe-to-run" @@ -1855,6 +1880,11 @@ who = "Dan Gohman " criteria = "safe-to-deploy" delta = "3.4.1 -> 3.4.4" +[[audits.cap-time-ext]] +who = "Dan Gohman " +criteria = "safe-to-deploy" +delta = "3.4.4 -> 3.4.5" + [[audits.capstone]] who = "Alex Crichton " criteria = "safe-to-deploy"