Skip to content

Commit a2dada6

Browse files
Bump clap from 4.5.46 to 4.5.48
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.46 to 4.5.48. - [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.46...clap_complete-v4.5.48) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 497033d commit a2dada6

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
@@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
1313
axum = { version = "0.6.18", features = ["headers", "http1", "json", "tokio", "query"] }
1414
log = { version = "0.4", optional = true }
1515
env_logger = { version = "0.11.8", optional = true }
16-
clap = { version = "4.5.46", features = ["color", "derive", "help", "usage", "std", "env"] }
16+
clap = { version = "4.5.48", features = ["color", "derive", "help", "usage", "std", "env"] }
1717
redis = { version = "0.25.4", features = [ "ahash", "aio", "tokio-comp" ] }
1818

1919
[features]

0 commit comments

Comments
 (0)