Skip to content

Commit 65851b5

Browse files
build(deps): bump clap
Bumps the dependencies group with 1 update in the /rust directory: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.54 to 4.5.55 - [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.54...clap_complete-v4.5.55) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d8e5ca commit 65851b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

rust/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.

rust/echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ axum = { version = "=0.8.8", features = ["macros"] }
1717
axum-core = "^0.5.6"
1818
axum-server = { version = "^0.8.0", features = ["tls-rustls"] }
1919
bytes = "=1.11.0"
20-
clap = "^4.5.54"
20+
clap = "^4.5.56"
2121
futures = "^0.3.31"
2222
futures-util = "^0.3.31"
2323
http-body-util = "=0.1.3"

0 commit comments

Comments
 (0)