Skip to content

Commit 4cb5868

Browse files
chore(deps): bump clap from 4.5.22 to 4.5.23 (#507)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.22 to 4.5.23. - [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.22...clap_complete-v4.5.23) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa30323 commit 4cb5868

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
@@ -80,7 +80,7 @@ weaver_cache = { path = "crates/weaver_cache" }
8080
weaver_forge = { path = "crates/weaver_forge" }
8181
weaver_checker = { path = "crates/weaver_checker" }
8282

83-
clap = { version = "4.5.22", features = ["derive"] }
83+
clap = { version = "4.5.23", features = ["derive"] }
8484
rayon = "1.10.0"
8585
ratatui = { version = "0.29.0", features=["serde"] }
8686
crossterm = { version = "0.28.1", features = ["serde"] }

0 commit comments

Comments
 (0)