Skip to content

Commit c8415b8

Browse files
build(deps): bump clap from 4.5.9 to 4.5.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10. - [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.9...v4.5.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abb5a1e commit c8415b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1414
[dependencies]
1515
anyhow = "1.0.86"
1616
camino = { version = "1.1.7", features = ["serde"] }
17-
clap = { version = "4.5.9", features = ["cargo", "env", "string"] }
17+
clap = { version = "4.5.10", features = ["cargo", "env", "string"] }
1818
derive_builder = "0.20.0"
1919
fd-lock = "4.0.2"
2020
shellexpand = "3.1.0"

0 commit comments

Comments
 (0)