Skip to content

Commit 03fbf64

Browse files
Update Rust crate rand to v0.9.0
1 parent db2b21d commit 03fbf64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ parking_lot = "=0.12.3"
102102
paste = "=1.0.15"
103103
postgres-native-tls = "=0.5.0"
104104
prometheus = { version = "=0.13.4", default-features = false }
105-
rand = "=0.8.5"
105+
rand = "=0.9.0"
106106
reqwest = { version = "=0.12.12", features = ["gzip", "json"] }
107107
rss = { version = "=2.0.11", default-features = false, features = ["atom"] }
108108
secrecy = "=0.10.3"

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "=1.0.95"
1212
bytes = "=1.9.0"
1313
clap = { version = "=4.5.27", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
15-
rand = "=0.8.5"
15+
rand = "=0.9.0"
1616
reqwest = { version = "=0.12.12", features = ["gzip", "json"] }
1717
secrecy = "=0.10.3"
1818
semver = { version = "=1.0.25", features = ["serde"] }

crates/crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ crates_io_env_vars = { path = "../crates_io_env_vars" }
1212
diesel = { version = "=2.2.6", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
15-
rand = "=0.8.5"
15+
rand = "=0.9.0"
1616
tracing = "=0.1.41"
1717
url = "=2.5.4"

0 commit comments

Comments
 (0)