From d81c1c3a8b714f6782612fedc1786d3d7ffd9c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:14:47 +0000 Subject: [PATCH] build(deps): bump cap-primitives from 2.0.1 to 3.0.0 Bumps [cap-primitives](https://github.com/bytecodealliance/cap-std) from 2.0.1 to 3.0.0. - [Commits](https://github.com/bytecodealliance/cap-std/commits/cap-primitives-v3.0.0) --- updated-dependencies: - dependency-name: cap-primitives dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f620197fe4..6fff29c488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,6 +237,23 @@ dependencies = [ "winx", ] +[[package]] +name = "cap-primitives" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0" +dependencies = [ + "ambient-authority", + "fs-set-times", + "io-extras", + "io-lifetimes", + "ipnet", + "maybe-owned", + "rustix", + "windows-sys 0.52.0", + "winx", +] + [[package]] name = "cap-std" version = "2.0.0" @@ -244,7 +261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84bade423fa6403efeebeafe568fdb230e8c590a275fba2ba978dd112efcf6e9" dependencies = [ "camino", - "cap-primitives", + "cap-primitives 2.0.1", "io-extras", "io-lifetimes", "rustix", @@ -256,7 +273,7 @@ version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a5479723972b952e2d605925d8c7c1d0ed7f1101ebdfac5bdc9a68e67df357f" dependencies = [ - "cap-primitives", + "cap-primitives 2.0.1", "cap-tempfile", "rustix", ] @@ -2128,7 +2145,7 @@ dependencies = [ "binread", "bitflags 2.4.1", "camino", - "cap-primitives", + "cap-primitives 3.0.0", "cap-std", "cap-std-ext", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e3e33df86b..8d229fc0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ binread = "2.2.0" bitflags = "2.4" camino = "1.1.6" cap-std-ext = "3.0" -cap-primitives = "2" +cap-primitives = "3" cap-std = { version = "2", features = ["fs_utf8"] } containers-image-proxy = { version = "0.5.7", features = ["proxy_v0_2_4"] } # Explicitly force on libc