Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.29 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 92650cb commit 6f5a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/rs/clap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "=4.5.28", features = ["derive"] }
clap = { version = "=4.5.29", features = ["derive"] }
uuid = { version = "=1.13.1", features = ["v4"]}

0 comments on commit 6f5a234

Please sign in to comment.