Skip to content

Commit d57a860

Browse files
chore(deps): bump clap from 4.6.1 to 4.6.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.6. - [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.1...clap_complete-v4.6.6) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 735b750 commit d57a860

2 files changed

Lines changed: 26 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ walkdir = "=2.5.0"
3434
# source (`.git/info/exclude`, global excludes, bare `.ignore`, parent ignores), so
3535
# two machines at the same sha still build byte-identical artifacts.
3636
ignore = "=0.4.23"
37-
clap = { version = "=4.6.1", features = ["derive"] }
37+
clap = { version = "=4.6.6", features = ["derive"] }
3838
ureq = { version = "=3.3.0", features = ["json"] }
3939
serde = { version = "=1.0.228", features = ["derive"] }
4040
# `float_roundtrip`: parse floats with full precision so a persisted f64 (an

0 commit comments

Comments
 (0)