Skip to content

Commit 00dba91

Browse files
Update Rust crate rand to 0.10
1 parent e8ce353 commit 00dba91

2 files changed

Lines changed: 43 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 42 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ chrono = "0.4"
6060
# Utilities
6161
arc-swap = "1"
6262
itertools = "0.14"
63-
rand = { version = "0.9", features = ["alloc"] }
63+
rand = { version = "0.10", features = ["alloc"] }
6464

6565
# Paths
6666
tempfile = "3"

0 commit comments

Comments
 (0)