Skip to content

Commit df22b8c

Browse files
fix(deps): update rust crate rand to 0.10.0
1 parent 2eca6d0 commit df22b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/haystack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ indicatif = "0.18.0"
1010
lipsum = "0.9.1"
1111
petname = "2.0.2"
1212
ptree = { version = "0.5.2", default-features = false, features = ["ansi"] }
13-
rand = {version = "0.8.5", default-features = false, features = ["alloc"]}
13+
rand = {version = "0.10.0", default-features = false, features = ["alloc"]}
1414
serde = "1.0.219"
1515
serde_json = "1.0.140"
1616
spnl = { version = ">=0.1.0", path = "../../spnl" }

spnl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
9292
thiserror = { version = "2.0.14", optional = true }
9393
clap = { version = "4.5.45", features = ["derive","env"] }
9494
regex = { version = "1.11.1", optional = true }
95-
rand = { version = "0.9.2", features = ["os_rng"], optional = true }
95+
rand = { version = "0.10.0", features = ["os_rng"], optional = true }
9696
base64 = { version = "0.22", optional = true }
9797
flate2 = { version = "1.0", optional = true }
9898
tabled = { version = "0.20", optional = true }

0 commit comments

Comments
 (0)