Skip to content

Commit 65da0e0

Browse files
Update Rust crate rand to v0.9.1 (#11027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da07dc9 commit 65da0e0

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

Diff for: Cargo.lock

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ parking_lot = "=0.12.3"
108108
paste = "=1.0.15"
109109
postgres-native-tls = "=0.5.1"
110110
prometheus = { version = "=0.14.0", default-features = false }
111-
rand = "=0.9.0"
111+
rand = "=0.9.1"
112112
reqwest = { version = "=0.12.15", features = ["gzip", "json"] }
113113
rss = { version = "=2.0.12", default-features = false, features = ["atom"] }
114114
secrecy = "=0.10.3"

Diff for: crates/crates_io_database/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ diesel = { version = "=2.2.9", features = ["serde_json", "chrono", "numeric"] }
1616
diesel-async = "=0.5.2"
1717
diesel_full_text_search = "=2.2.0"
1818
futures-util = "=0.3.31"
19-
rand = "=0.9.0"
19+
rand = "=0.9.1"
2020
secrecy = "=0.10.3"
2121
semver = { version = "=1.0.26", features = ["serde"] }
2222
serde = { version = "=1.0.219", features = ["derive"] }

Diff for: crates/crates_io_smoke_test/Cargo.toml

+1-1
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.37", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
15-
rand = "=0.9.0"
15+
rand = "=0.9.1"
1616
reqwest = { version = "=0.12.15", features = ["gzip", "json"] }
1717
secrecy = "=0.10.3"
1818
semver = { version = "=1.0.26", features = ["serde"] }

Diff for: crates/crates_io_test_db/Cargo.toml

+1-1
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.9", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
15-
rand = "=0.9.0"
15+
rand = "=0.9.1"
1616
tracing = "=0.1.41"
1717
url = "=2.5.4"

0 commit comments

Comments
 (0)