Skip to content

Commit a86ad7c

Browse files
chore(deps): bump clap from 4.5.41 to 4.5.53
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.53. - [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.41...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21af1da commit a86ad7c

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99

1010
[dependencies]
1111
anyhow = "1.0"
12-
clap = { version = "4.5.0", features = ["derive"] }
12+
clap = { version = "4.5.53", features = ["derive"] }
1313
env_logger = "0.11"
1414
log = "0.4"
1515
multibase = { path = ".." }

0 commit comments

Comments
 (0)