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 29, 2025
1 parent f337940 commit 8b7a6be
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 @@ -23,7 +23,7 @@ serde = { version = "1.0.208", optional = true }
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
nanoid = "0.4.0"
rand = "0.8.5"
rand = "0.9.0"

[[bench]]
name = "bench"
Expand Down

0 comments on commit 8b7a6be

Please sign in to comment.