Skip to content

Commit 08d023f

Browse files
chore(deps.cargo): bump clap from 4.5.42 to 4.5.48
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.42 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.42...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 fa820be commit 08d023f

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
@@ -27,7 +27,7 @@ opt-level = "z"
2727

2828
[dependencies]
2929
bytes = "1.10.1"
30-
clap = { version = "4.5.42", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false }
30+
clap = { version = "4.5.48", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false }
3131
image = { version = "0.25.6", features = ["gif", "jpeg", "png", "tiff", "webp"], default-features = false }
3232
reqwest = { version = "0.12.23", features = ["default-tls", "json"], default-features = false }
3333
thiserror = { version = "2.0.17", default-features = false }

0 commit comments

Comments
 (0)