Skip to content

Commit b7f80b6

Browse files
committed
Bump rand from 0.8.5 to 0.9.0
1 parent a6a99b9 commit b7f80b6

2 files changed

Lines changed: 49 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 29 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
@@ -47,7 +47,7 @@ linux-raw-sys = { version = "0.7.0", features = ["ioctl"] }
4747
nix = { version = "0.29", default-features = false }
4848
phf = "0.11.2"
4949
phf_codegen = "0.11.2"
50-
rand = { version = "0.8", features = ["small_rng"] }
50+
rand = { version = "0.9.0", features = ["small_rng"] }
5151
regex = "1.10.2"
5252
serde = { version = "1.0", features = ["derive"] }
5353
serde_json = "1.0.122"

0 commit comments

Comments
 (0)