Skip to content

Commit d7b889a

Browse files
Bump clap from 4.5.35 to 4.5.37 (#75)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.37. - [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.35...clap_complete-v4.5.37) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee4a563 commit d7b889a

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
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
axum = { version = "0.8.3", features = ["http2"] }
1010
axum-prometheus = "0.7.0"
11-
clap = { version = "4.5.35", features = ["derive"] }
11+
clap = { version = "4.5.37", features = ["derive"] }
1212
metrics-process = "2.4.0"
1313
serde = { version = "1.0.219", features = ["derive"] }
1414
sqlx = { version = "0.8.3", features = ["runtime-tokio", "sqlite"] }

0 commit comments

Comments
 (0)