Skip to content

Commit e2ba036

Browse files
committed
Bump rand from 0.8.5 to 0.9.0
1 parent 8310783 commit e2ba036

File tree

2 files changed

+45
-9
lines changed

2 files changed

+45
-9
lines changed

Cargo.lock

Lines changed: 44 additions & 8 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
@@ -53,7 +53,7 @@ nix = { version = "0.29", default-features = false, features = ["process"] }
5353
phf = "0.11.2"
5454
phf_codegen = "0.11.2"
5555
prettytable-rs = "0.10.0"
56-
rand = { version = "0.8.5", features = ["small_rng"] }
56+
rand = { version = "0.9.0", features = ["small_rng"] }
5757
regex = "1.10.4"
5858
sysinfo = "0.33.0"
5959
tempfile = "3.10.1"

0 commit comments

Comments
 (0)