Skip to content

Commit 10b5294

Browse files
dependabot[bot]anfedotoff
authored andcommitted
build(deps): bump clap from 4.5.40 to 4.5.41
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.40 to 4.5.41. - [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.40...clap_complete-v4.5.41) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c47832 commit 10b5294

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.

bombini/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
aya = "0.13.1"
99
bombini-common = { path = "../bombini-common", features = ["user"] }
10-
clap = { version = "4.5.40", features = ["derive"] }
10+
clap = { version = "4.5.41", features = ["derive"] }
1111
anyhow = "1"
1212
bitflags = { version = "2.9.1", features = ["serde"]}
1313
bytes = "1.10.1"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.98"
8-
clap = { version = "4.5.40", features = ["derive"] }
8+
clap = { version = "4.5.41", features = ["derive"] }
99
which = "8.0.0"
1010
tar = "0.4.44"
1111
flate2 = "1.1.2"

0 commit comments

Comments
 (0)