Skip to content

Commit d4be493

Browse files
committed
deps: Update cap-std-ext from git pin to released 5.1
We were pinning a cap-std-ext commit via git but that's no longer needed. The git pin breaks cargo-deny in bootc which is vendoring the qemu code for testing anaconda. Assisted-by: OpenCode (Claude claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 7f60bd6 commit d4be493

File tree

4 files changed

+33
-55
lines changed

4 files changed

+33
-55
lines changed

Cargo.lock

Lines changed: 30 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rand = "0.9"
1111
tracing = "0.1"
1212
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
1313
tracing-error = { version = "0.2.0" }
14+
cap-std-ext = "5.1"
1415
xshell = "0.2.7"
1516

1617
[workspace.lints.rust]

crates/bcvk-qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
camino = "1.1"
11-
cap-std-ext = { git = "https://github.com/coreos/cap-std-ext", rev = "cfdb25d51ffc697e70aa0d8d3cefe9ec2133bd0a" }
11+
cap-std-ext = { workspace = true }
1212
color-eyre = { workspace = true }
1313
data-encoding = "2.9"
1414
libc = "0.2"

crates/kit/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ cpio = "0.4"
4747
# Linux-only dependencies
4848
[target.'cfg(target_os = "linux")'.dependencies]
4949
bcvk-qemu = { path = "../bcvk-qemu" }
50-
# For some recent APIs, TODO switch back to published version
51-
cap-std-ext = { git = "https://github.com/coreos/cap-std-ext", rev = "cfdb25d51ffc697e70aa0d8d3cefe9ec2133bd0a" }
50+
cap-std-ext = { workspace = true }
5251
bootc-mount = { git = "https://github.com/bootc-dev/bootc", rev = "93b22f4dbc2d54f7cca7c1df3ee59fcdec0b2cf1" }
5352
bootc-utils = { git = "https://github.com/bootc-dev/bootc", rev = "93b22f4dbc2d54f7cca7c1df3ee59fcdec0b2cf1" }
5453
rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] }

0 commit comments

Comments
 (0)