diff --git a/Cargo.lock b/Cargo.lock index ee101d58..fbf12e96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ version = "0.0.0" source = "git+https://github.com/containers/bootc?rev=v1.3.0#b06d75fed73f26a974423a9db41e19413987fca3" dependencies = [ "anyhow", - "bootc-utils", + "bootc-utils 0.0.0 (git+https://github.com/containers/bootc?rev=v1.3.0)", "camino", "fn-error-context", "regex", @@ -186,6 +186,23 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "bootc-utils" +version = "0.0.0" +source = "git+https://github.com/containers/bootc?rev=v1.4.0#58ee28cbab24cccb53cf7c2d975fe7eb5773b137" +dependencies = [ + "anyhow", + "chrono", + "rustix 1.0.7", + "serde", + "serde_json", + "shlex", + "tempfile", + "tokio", + "tracing", + "tracing-subscriber", +] + [[package]] name = "bootupd" version = "0.2.27" @@ -193,7 +210,7 @@ dependencies = [ "anyhow", "bincode", "bootc-blockdev", - "bootc-utils", + "bootc-utils 0.0.0 (git+https://github.com/containers/bootc?rev=v1.4.0)", "camino", "cap-std-ext", "chrono", diff --git a/Cargo.toml b/Cargo.toml index defc7feb..10c96242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/main.rs" anyhow = "1.0" bincode = "1.3.2" bootc-blockdev = { git = "https://github.com/containers/bootc", rev = "v1.3.0" } -bootc-utils = { git = "https://github.com/containers/bootc", rev = "v1.3.0" } +bootc-utils = { git = "https://github.com/containers/bootc", rev = "v1.4.0" } cap-std-ext = "4.0.6" camino = "1.1.9" chrono = { version = "0.4.41", features = ["serde"] }