Skip to content

Commit 87b8a10

Browse files
Bump clap from 4.5.43 to 4.5.45
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.45. - [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.43...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43108e7 commit 87b8a10

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818

1919
[dependencies]
2020
anyhow = "1.0.99"
21-
clap = { version = "4.5.43", features = ["color", "suggestions", "derive"] }
21+
clap = { version = "4.5.45", features = ["color", "suggestions", "derive"] }
2222
colored = "3.0.0"
2323
dirs = "6.0.0"
2424
exponential-backoff = "2.0.0"

0 commit comments

Comments
 (0)