From 379a5fba1a94ed104725b26c115e9f6d52ef19aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:07:25 +0000 Subject: [PATCH] build(deps): bump bootc-blockdev from v1.1.6 to v1.1.7 Bumps [bootc-blockdev](https://github.com/containers/bootc) from v1.1.6 to v1.1.7. - [Release notes](https://github.com/containers/bootc/releases) - [Commits](https://github.com/containers/bootc/compare/b26d5ca099a79fe7e71a62ced78329f17d1fd6df...f1621fa1770977eedd6a344006760ecb15634b5a) --- updated-dependencies: - dependency-name: bootc-blockdev dependency-version: f1621fa1770977eedd6a344006760ecb15634b5a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cad2e480..2e671458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,10 +157,10 @@ dependencies = [ [[package]] name = "bootc-blockdev" version = "0.0.0" -source = "git+https://github.com/containers/bootc?rev=v1.1.6#b26d5ca099a79fe7e71a62ced78329f17d1fd6df" +source = "git+https://github.com/containers/bootc?rev=v1.1.7#f1621fa1770977eedd6a344006760ecb15634b5a" dependencies = [ "anyhow", - "bootc-utils", + "bootc-utils 0.0.0 (git+https://github.com/containers/bootc?rev=v1.1.7)", "camino", "fn-error-context", "regex", @@ -185,6 +185,22 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "bootc-utils" +version = "0.0.0" +source = "git+https://github.com/containers/bootc?rev=v1.1.7#f1621fa1770977eedd6a344006760ecb15634b5a" +dependencies = [ + "anyhow", + "rustix 1.0.5", + "serde", + "serde_json", + "shlex", + "tempfile", + "tokio", + "tracing", + "tracing-subscriber", +] + [[package]] name = "bootupd" version = "0.2.27" @@ -192,7 +208,7 @@ dependencies = [ "anyhow", "bincode", "bootc-blockdev", - "bootc-utils", + "bootc-utils 0.0.0 (git+https://github.com/containers/bootc?rev=v1.1.6)", "camino", "cap-std-ext", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3cd01c83..fb0991bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0" bincode = "1.3.2" -bootc-blockdev = { git = "https://github.com/containers/bootc", rev = "v1.1.6" } +bootc-blockdev = { git = "https://github.com/containers/bootc", rev = "v1.1.7" } bootc-utils = { git = "https://github.com/containers/bootc", rev = "v1.1.6" } cap-std-ext = "4.0.6" camino = "1.1.9"