Skip to content

Commit fa2b869

Browse files
Bump clap from 4.5.1 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.3. - [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.1...v4.5.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5ebe0a commit fa2b869

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

Cargo.lock

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

cargo-typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default-run = "cargo-typify"
1414
[dependencies]
1515
typify = { version = "0.0.16", path = "../typify" }
1616

17-
clap = { version = "4.5.1", features = ["derive"] }
17+
clap = { version = "4.5.3", features = ["derive"] }
1818
color-eyre = "0.6"
1919
env_logger = "0.10"
2020
rustfmt-wrapper = "0.2.1"

0 commit comments

Comments
 (0)