Skip to content

Commit 0f1a11c

Browse files
dependabot[bot]akostylev0
authored andcommittedFeb 21, 2025·
fix(deps): bump clap from 4.5.27 to 4.5.30
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30. - [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.27...clap_complete-v4.5.30) --- 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 79945a2 commit 0f1a11c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cargo.lock

+6-6
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
@@ -38,7 +38,7 @@ tonic-build = "0.11"
3838
prost = "0.12"
3939
quick_cache = "0.5"
4040
url = { version = "2.5.4", features = ["serde"] }
41-
clap = { version = "4.5.27", features = ["derive"] }
41+
clap = { version = "4.5.30", features = ["derive"] }
4242
humantime = "2.1.0"
4343
uuid = { version = "1.14", features = ["v4", "fast-rng", "serde"] }
4444
dashmap = "5.5"

0 commit comments

Comments
 (0)
Please sign in to comment.