Skip to content

Commit

Permalink
chore(deps): update rust crate rand to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 9b449db commit 885dbc0
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 @@ -42,7 +42,7 @@ phf_codegen = "0.11.2"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
xattr = "1.3.1"
tempfile = "3.9.0"
rand = { version = "0.8.5", features = ["small_rng"] }
rand = { version = "0.9.0", features = ["small_rng"] }

[dependencies]
clap = { workspace = true }
Expand Down

0 comments on commit 885dbc0

Please sign in to comment.