Skip to content

Commit 7a8c302

Browse files
build(deps): bump the cargo-crates group with 2 updates
Bumps the cargo-crates group with 2 updates: [clap](https://github.com/clap-rs/clap) and [which](https://github.com/harryfei/which-rs). Updates `clap` from 4.5.27 to 4.5.28 - [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.5.27...clap_complete-v4.5.28) Updates `which` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.1...7.0.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c91b06 commit 7a8c302

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
[dependencies]
1919
# cli deps
2020
anyhow = "1.0.95"
21-
clap = { version = "4.5.27", features = ["derive"] }
21+
clap = { version = "4.5.28", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
2424
tracing-tree = "0.4"
@@ -37,7 +37,7 @@ tracing = "0.1"
3737
compiletest_rs = { version = "0.11.0" }
3838
regex = { version = "1.11.1", default-features = false }
3939
rustc-build-sysroot = { version = "0.5.4", default-features = false }
40-
which = { version = "7.0.1", default-features = false, features = ["regex"] }
40+
which = { version = "7.0.2", default-features = false, features = ["regex"] }
4141

4242
[[bin]]
4343
name = "bpf-linker"

0 commit comments

Comments
 (0)