From 7eaf5eb7967f2b6f45b2cadbdeb125947d81f925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:57:45 +0000 Subject: [PATCH] build(deps): bump the build group with 2 updates Bumps the build group with 2 updates: [bootc-internal-blockdev](https://github.com/bootc-dev/bootc) and [serde_json](https://github.com/serde-rs/json). Updates `bootc-internal-blockdev` from 1.15.1 to 1.15.2 - [Release notes](https://github.com/bootc-dev/bootc/releases) - [Commits](https://github.com/bootc-dev/bootc/compare/v1.15.1...v1.15.2) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: bootc-internal-blockdev dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0b981a0..0b2948e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "bootc-internal-blockdev" -version = "1.15.1" +version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aefb90275e78eb421e442d6f357fab418285925f40238a7b16bc33fbb7d6a244" +checksum = "d4d0538d8f5fd1b42686f46d2142926697dc2b477d509e59f67ae45431910225" dependencies = [ "anyhow", "bootc-internal-mount", @@ -1358,9 +1358,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e0b0c1c7..4d9150c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0" -bootc-internal-blockdev = "1.15.1" +bootc-internal-blockdev = "1.15.2" bootc-internal-utils = "1.15.2" cap-std-ext = "5.0.0" camino = "1.2.2"