Skip to content

Commit 831c606

Browse files
build(deps): bump the build group across 1 directory with 6 updates
Bumps the build group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bootc-internal-blockdev](https://github.com/bootc-dev/bootc) | `0.2.0` | `1.15.1` | | [bootc-internal-utils](https://github.com/bootc-dev/bootc) | `0.1.0` | `1.15.1` | | [cap-std-ext](https://github.com/coreos/cap-std-ext) | `5.1.1` | `5.1.2` | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.186` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.76` | `0.10.78` | Updates `bootc-internal-blockdev` from 0.2.0 to 1.15.1 - [Release notes](https://github.com/bootc-dev/bootc/releases) - [Commits](bootc-dev/bootc@v0.2.0...v1.15.1) Updates `bootc-internal-utils` from 0.1.0 to 1.15.1 - [Release notes](https://github.com/bootc-dev/bootc/releases) - [Commits](bootc-dev/bootc@v0.1...v1.15.1) Updates `cap-std-ext` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/coreos/cap-std-ext/releases) - [Commits](coreos/cap-std-ext@v5.1.1...v5.1.2) Updates `clap` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1) Updates `libc` from 0.2.183 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.186) Updates `openssl` from 0.10.76 to 0.10.78 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.78) --- updated-dependencies: - dependency-name: bootc-internal-blockdev dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: bootc-internal-utils dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: cap-std-ext dependency-version: 5.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: openssl dependency-version: 0.10.78 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 214ca7f commit 831c606

2 files changed

Lines changed: 26 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ path = "src/main.rs"
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
bootc-internal-blockdev = "0.2.0"
25-
bootc-internal-utils = "0.1.0"
26-
cap-std-ext = "5.0.0"
24+
bootc-internal-blockdev = "1.15.1"
25+
bootc-internal-utils = "1.15.1"
26+
cap-std-ext = "5.1.2"
2727
camino = "1.2.2"
2828
chrono = { version = "0.4.44", features = ["serde"] }
29-
clap = { version = "4.5", default-features = false, features = ["cargo", "derive", "std", "help", "usage", "suggestions"] }
29+
clap = { version = "4.6", default-features = false, features = ["cargo", "derive", "std", "help", "usage", "suggestions"] }
3030
env_logger = "0.11"
3131
fail = { version = "0.5", features = ["failpoints"] }
3232
fn-error-context = "0.2.1"

0 commit comments

Comments
 (0)