Skip to content

Commit 1ba6ade

Browse files
build(deps): Bump clap from 4.5.58 to 4.5.60 (#57)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.60. - [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.58...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5486a02 commit 1ba6ade

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@ A simple playground for rust
1010
[dependencies]
1111
log = "0.4"
1212
pretty_env_logger = "0.5"
13-
clap = { version = "4.5.58", features = ["derive"] }
13+
clap = { version = "4.5.60", features = ["derive"] }
1414
anyhow = "1.0.102"
1515
byteorder = "1.5.0"
1616
regex = "1.12.3"

0 commit comments

Comments
 (0)