Skip to content

Commit

Permalink
fix(deps): update rust crate rand to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 8ab2606 commit 6cd17cf
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 @@ -16,5 +16,5 @@ anyhow = "=1.0.95"
futures-util = "=0.3"
colored = "=3.0.0"
clap = { version = "=4.5.27", features = ["derive"] }
rand = "=0.8.5"
rand = "=0.9.0"
itertools = "=0.14.0"

0 comments on commit 6cd17cf

Please sign in to comment.