diff --git a/Cargo.lock b/Cargo.lock index fab7d8206..7217cc128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,11 +288,11 @@ dependencies = [ [[package]] name = "bootc-internal-mount" -version = "1.16.3" -source = "git+https://github.com/bootc-dev/bootc?rev=54768712ee0308c51ccd27e8d7772d9c9f9aad39#54768712ee0308c51ccd27e8d7772d9c9f9aad39" +version = "1.16.8" +source = "git+https://github.com/bootc-dev/bootc?rev=bb674f115fd9f23ec2c4ca4f186e6f65f9111c26#bb674f115fd9f23ec2c4ca4f186e6f65f9111c26" dependencies = [ "anyhow", - "bootc-internal-utils 1.16.3", + "bootc-internal-utils 1.16.8", "camino", "cap-std-ext", "fn-error-context", @@ -305,8 +305,8 @@ dependencies = [ [[package]] name = "bootc-internal-utils" -version = "1.16.3" -source = "git+https://github.com/bootc-dev/bootc?rev=54768712ee0308c51ccd27e8d7772d9c9f9aad39#54768712ee0308c51ccd27e8d7772d9c9f9aad39" +version = "1.16.8" +source = "git+https://github.com/bootc-dev/bootc?rev=bb674f115fd9f23ec2c4ca4f186e6f65f9111c26#bb674f115fd9f23ec2c4ca4f186e6f65f9111c26" dependencies = [ "anstream", "anyhow", @@ -2791,7 +2791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.1", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index 744886d32..e509a75f4 100644 --- a/crates/kit/Cargo.toml +++ b/crates/kit/Cargo.toml @@ -48,7 +48,7 @@ cpio = "0.4" [target.'cfg(target_os = "linux")'.dependencies] bcvk-qemu = { path = "../bcvk-qemu" } cap-std-ext = { workspace = true } -bootc-mount = { package = "bootc-internal-mount", git = "https://github.com/bootc-dev/bootc", rev = "54768712ee0308c51ccd27e8d7772d9c9f9aad39" } +bootc-mount = { package = "bootc-internal-mount", git = "https://github.com/bootc-dev/bootc", rev = "bb674f115fd9f23ec2c4ca4f186e6f65f9111c26" } bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "e92d5afda29367ff6d691c1e462664ab2dd0c709" } rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] } vsock = "0.5"