Skip to content

Commit 392f0dd

Browse files
Bump clap from 4.5.59 to 4.5.60 in /rust
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.59 to 4.5.60. - [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.59...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1740146 commit 392f0dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ aws-types = { version = "1.3.11" } # for Region
3434
bytes = { version = "1.11.1" } # Byte buffer for S3 uploading
3535
cargo_metadata = { version = "0.23.1" } # Access cargo metadata programmtically
3636
chrono = { version = "0.4.43" } # Log helper
37-
clap = { version = "4.5.59" } # Cmd line args processing
37+
clap = { version = "4.5.60" } # Cmd line args processing
3838
color-eyre = { version = "0.6.5" } # Colourised version of `anyhow`
3939
cxx = { version = "1.0.194" } # Exception handling for Rust
4040
cxx-build = { version = "1.0.192" }

0 commit comments

Comments
 (0)