Skip to content

Commit e08cfe3

Browse files
chore(deps): bump clap from 4.5.1 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.4. - [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.4) --- 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 622e542 commit e08cfe3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
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
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
required-features = ["bin"]
1616

1717
[dependencies]
18-
clap = { version = "4.5.1", features = ["derive"], optional = true }
18+
clap = { version = "4.5.4", features = ["derive"], optional = true }
1919
serde = { version = "1.0", features = ["derive"], optional = true }
2020

2121
[features]

0 commit comments

Comments
 (0)