Skip to content

Commit 449fded

Browse files
Bump clap from 4.5.30 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31. - [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.30...v4.5.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b08488 commit 449fded

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async-trait = "0.1.86"
2828
axum = { version = "0.8.1", features = ["tokio", "json", "macros"] }
2929
axum-extra = "0.10.0"
3030
base64 = "0.22.1"
31-
clap = { version = "4.5.30", features = ["derive", "color", "wrap_help"] }
31+
clap = { version = "4.5.31", features = ["derive", "color", "wrap_help"] }
3232
fast_hilbert = "2.0.0"
3333
fnv = "1.0.7"
3434
futures = "0.3.31"

crates/utiles-dev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ futures.workspace = true
3434
futures-util = "0.3.31"
3535
image.workspace = true
3636
indoc.workspace = true
37-
clap = { version = "4.5.30", features = ["derive"] }
37+
clap = { version = "4.5.31", features = ["derive"] }
3838
rayon = "1.10.0"
3939
num_cpus = "1.16.0"
4040
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }

0 commit comments

Comments
 (0)