From 5668cfd2aca7ca455cec5ca0b54d8d0c962fe343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 22:02:46 +0000 Subject: [PATCH] Update Rust crate rand to v0.9.2 --- Cargo.lock | 28 +++++++++++++------------- Cargo.toml | 2 +- crates/crates_io_database/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_test_db/Cargo.toml | 2 +- crates/crates_io_trustpub/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba90b2641b..fc1ac967ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.1", + "rand 0.9.2", "sha1", "smallvec", "tokio", @@ -1419,7 +1419,7 @@ dependencies = [ "postgres-native-tls", "prometheus", "quoted_printable", - "rand 0.9.1", + "rand 0.9.2", "regex", "reqwest", "rss", @@ -1486,7 +1486,7 @@ dependencies = [ "futures-util", "googletest", "insta", - "rand 0.9.1", + "rand 0.9.2", "secrecy", "semver", "serde", @@ -1655,7 +1655,7 @@ dependencies = [ "bytes", "clap", "crates_io_index", - "rand 0.9.1", + "rand 0.9.2", "reqwest", "secrecy", "semver", @@ -1713,7 +1713,7 @@ dependencies = [ "diesel", "diesel-async", "diesel_migrations", - "rand 0.9.1", + "rand 0.9.2", "tracing", "url", ] @@ -1731,7 +1731,7 @@ dependencies = [ "jsonwebtoken", "mockall", "mockito", - "rand 0.9.1", + "rand 0.9.2", "regex", "reqwest", "secrecy", @@ -3855,7 +3855,7 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "log", - "rand 0.9.1", + "rand 0.9.2", "regex", "serde_json", "serde_urlencoded", @@ -4037,7 +4037,7 @@ dependencies = [ "parking_lot", "percent-encoding", "quick-xml 0.38.0", - "rand 0.9.1", + "rand 0.9.2", "reqwest", "ring", "serde", @@ -4425,7 +4425,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.1", + "rand 0.9.2", "sha2", "stringprep", ] @@ -4659,9 +4659,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.0", @@ -5231,7 +5231,7 @@ version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00e9bd2cadaeda3af41e9fa5d14645127d6f6a4aec73da3ae38e477ecafd3682" dependencies = [ - "rand 0.9.1", + "rand 0.9.2", "sentry-types", "serde", "serde_json", @@ -5293,7 +5293,7 @@ checksum = "a08e7154abe2cd557f26fd70038452810748aefdf39bc973f674421224b147c1" dependencies = [ "debugid", "hex", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_json", "thiserror 2.0.12", @@ -5938,7 +5938,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.1", + "rand 0.9.2", "socket2", "tokio", "tokio-util", diff --git a/Cargo.toml b/Cargo.toml index 889f4f9357..251369e1e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ parking_lot = "=0.12.4" paste = "=1.0.15" postgres-native-tls = "=0.5.1" prometheus = { version = "=0.14.0", default-features = false } -rand = "=0.9.1" +rand = "=0.9.2" reqwest = { version = "=0.12.22", features = ["gzip", "json"] } rss = { version = "=2.0.12", default-features = false, features = ["atom"] } secrecy = "=0.10.3" diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 9d62d6a909..d573592526 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -16,7 +16,7 @@ diesel = { version = "=2.2.12", features = ["serde_json", "chrono", "numeric"] } diesel-async = { version = "=0.6.1", features = ["postgres"] } diesel_full_text_search = "=2.2.0" futures-util = "=0.3.31" -rand = "=0.9.1" +rand = "=0.9.2" secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } serde = { version = "=1.0.219", features = ["derive"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 36ae0b0a00..df5ef9e847 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.98" bytes = "=1.10.1" clap = { version = "=4.5.41", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -rand = "=0.9.1" +rand = "=0.9.2" reqwest = { version = "=0.12.22", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } diff --git a/crates/crates_io_test_db/Cargo.toml b/crates/crates_io_test_db/Cargo.toml index 2e938bc5f0..dd0e21bcfc 100644 --- a/crates/crates_io_test_db/Cargo.toml +++ b/crates/crates_io_test_db/Cargo.toml @@ -12,6 +12,6 @@ crates_io_env_vars = { path = "../crates_io_env_vars" } diesel = { version = "=2.2.12", features = ["postgres", "r2d2"] } diesel-async = { version = "=0.6.1", features = ["postgres"] } diesel_migrations = { version = "=2.2.0", features = ["postgres"] } -rand = "=0.9.1" +rand = "=0.9.2" tracing = "=0.1.41" url = "=2.5.4" diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index b8d7f47d28..abe6009b3c 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -17,7 +17,7 @@ bon = { version = "=3.6.5", optional = true } chrono = { version = "=0.4.41", features = ["serde"] } jsonwebtoken = "=9.3.1" mockall = { version = "=0.13.1", optional = true } -rand = "=0.9.1" +rand = "=0.9.2" reqwest = { version = "=0.12.22", features = ["gzip", "json"] } regex = "=1.11.1" secrecy = "=0.10.3"