Skip to content

Commit 8712fe7

Browse files
fix(deps): update rust crate rand to 0.10.0
1 parent fb5a56f commit 8712fe7

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
@@ -95,7 +95,7 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
9595
thiserror = { version = "2.0.14", optional = true }
9696
clap = { version = "4.5.45", features = ["derive","env"] }
9797
regex = { version = "1.11.1", optional = true }
98-
rand = { version = "0.9.2", features = ["os_rng"], optional = true }
98+
rand = { version = "0.10.0", features = ["os_rng"], optional = true }
9999
base64 = { version = "0.22", optional = true }
100100
flate2 = { version = "1.0", optional = true }
101101
tabled = { version = "0.20", optional = true }

0 commit comments

Comments
 (0)