Skip to content

Commit 48360de

Browse files
author
Henrik Gustafsson
committed
Update rand crate 0.8.5 -> 0.9.0
Also updates the following to align versions and avoid duplicates in transitive dependencies * `rand_pcg` 0.3.1 -> 0.9.0 * `rand_chacha` 0.3.1 -> 0.9.0
1 parent ff7bf49 commit 48360de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = { version = "1.0", features = ["v1"] }
2828
tower = "0.4"
2929
stats_alloc = "0.1"
3030
clap = { version = "3.2.4", features = ["derive"] }
31-
rand = "0.8.5"
31+
rand = "0.9.0"
3232
env_logger = "0.10"
3333

3434
[[example]]

scylla-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bigdecimal = "0.4"
3333
num-bigint = "0.3"
3434
tracing = "0.1.25"
3535
chrono = { version = "0.4", default-features = false }
36-
rand = "0.8.5"
36+
rand = "0.9.0"
3737

3838
[dev-dependencies]
3939
assert_matches = "1.5.0"

scylla/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tokio = { version = "1.34", features = [
5858
] }
5959
snap = "1.0"
6060
uuid = { version = "1.0", features = ["v4"] }
61-
rand = "0.8.3"
61+
rand = "0.9.0"
6262
thiserror = "2.0.6"
6363
itertools = "0.13.0"
6464
tracing = "0.1.36"
@@ -74,7 +74,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
7474
serde_yaml = { version = "0.9.14", optional = true }
7575
url = { version = "2.3.1", optional = true }
7676
base64 = { version = "0.22.1", optional = true }
77-
rand_pcg = "0.3.1"
77+
rand_pcg = "0.9.0"
7878
socket2 = { version = "0.5.3", features = ["all"] }
7979
lazy_static = "1"
8080

@@ -88,7 +88,7 @@ criterion = "0.4" # Note: v
8888
tokio = { version = "1.34", features = ["test-util"] }
8989
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
9090
assert_matches = "1.5.0"
91-
rand_chacha = "0.3.1"
91+
rand_chacha = "0.9.0"
9292
time = "0.3"
9393

9494
[[bench]]

0 commit comments

Comments
 (0)