Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.23 (#102)
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 Dec 8, 2024
1 parent 5777aba commit ce6c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ opt-level = 3
[dependencies]
bevy_matchbox = "0.10.0"
bincode = "1.3.3"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
if_chain = "1.0.2"
once_cell = "1.20.2"
rand = "0.8.5"
Expand Down

0 comments on commit ce6c813

Please sign in to comment.