Skip to content

Commit e02c1dd

Browse files
chore(deps): bump clap from 4.4.18 to 4.5.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0540cf7 commit e02c1dd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+10-10
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.4.18", features = ["derive"], optional = true }
18+
clap = { version = "4.5.0", features = ["derive"], optional = true }
1919
serde = { version = "1.0", features = ["derive"], optional = true }
2020

2121
[features]

0 commit comments

Comments
 (0)