From cb697596a1d7cc6b3e1cacd6498eca9b98dd5d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:58:29 +0000 Subject: [PATCH] build(deps): bump the build group across 1 directory with 3 updates Bumps the build group with 3 updates in the / directory: [bootc-internal-blockdev](https://github.com/bootc-dev/bootc), [log](https://github.com/rust-lang/log) 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 `log` from 0.4.29 to 0.4.30 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.29...0.4.30) 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: log dependency-version: 0.4.30 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 | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0b981a0..8434a04c 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", @@ -801,9 +801,9 @@ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "matchers" @@ -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"