Skip to content

Commit ec071f2

Browse files
Bump clap from 4.5.49 to 4.5.51 in the backend group
Bumps the backend group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.49 to 4.5.51 - [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.49...clap_complete-v4.5.51) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc301c0 commit ec071f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -17,7 +17,7 @@ anyhow = "1.0.100"
1717
async-trait = "0.1.89"
1818
axum = { version = "0.8.6", features = ["macros"] }
1919
bincode = { version = "2.0.1", features = ["serde"] }
20-
clap = { version = "4.5.49", features = ["derive"] }
20+
clap = { version = "4.5.51", features = ["derive"] }
2121
config = "0.15.18"
2222
deadpool = "0.12.3"
2323
deadpool-postgres = { version = "0.14.1", features = ["serde"] }

0 commit comments

Comments
 (0)