Skip to content

Commit 52bd5c6

Browse files
Update Rust crate rand to v0.9.2 (#11605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3499c6 commit 52bd5c6

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -111,7 +111,7 @@ parking_lot = "=0.12.4"
111111
paste = "=1.0.15"
112112
postgres-native-tls = "=0.5.1"
113113
prometheus = { version = "=0.14.0", default-features = false }
114-
rand = "=0.9.1"
114+
rand = "=0.9.2"
115115
reqwest = { version = "=0.12.22", features = ["gzip", "json"] }
116116
rss = { version = "=2.0.12", default-features = false, features = ["atom"] }
117117
secrecy = "=0.10.3"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ diesel = { version = "=2.2.12", features = ["serde_json", "chrono", "numeric"] }
1616
diesel-async = { version = "=0.6.1", features = ["postgres"] }
1717
diesel_full_text_search = "=2.2.0"
1818
futures-util = "=0.3.31"
19-
rand = "=0.9.1"
19+
rand = "=0.9.2"
2020
secrecy = "=0.10.3"
2121
semver = { version = "=1.0.26", features = ["serde"] }
2222
serde = { version = "=1.0.219", features = ["derive"] }

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.98"
1212
bytes = "=1.10.1"
1313
clap = { version = "=4.5.41", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
15-
rand = "=0.9.1"
15+
rand = "=0.9.2"
1616
reqwest = { version = "=0.12.22", features = ["gzip", "json"] }
1717
secrecy = "=0.10.3"
1818
semver = { version = "=1.0.26", 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.12", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.6.1", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
15-
rand = "=0.9.1"
15+
rand = "=0.9.2"
1616
tracing = "=0.1.41"
1717
url = "=2.5.4"

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bon = { version = "=3.6.5", optional = true }
1717
chrono = { version = "=0.4.41", features = ["serde"] }
1818
jsonwebtoken = "=9.3.1"
1919
mockall = { version = "=0.13.1", optional = true }
20-
rand = "=0.9.1"
20+
rand = "=0.9.2"
2121
reqwest = { version = "=0.12.22", features = ["gzip", "json"] }
2222
regex = "=1.11.1"
2323
secrecy = "=0.10.3"

0 commit comments

Comments
 (0)