Skip to content

Commit 3a9ca65

Browse files
Bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c0312d commit 3a9ca65

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ form_urlencoded = "1.1.0"
2727
human-size = "0.4.2"
2828
futures = "0.3.28"
2929
pwhash = "1.0.0"
30-
rand = "0.9.0"
30+
rand = "0.9.2"
3131
mail-auth = { version = "0.7.1" }

crates/email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rasn = "0.10"
2828
rasn-cms = "0.10"
2929
rasn-pkix = "0.10"
3030
rsa = "0.9.2"
31-
rand = "0.8"
31+
rand = "0.9"
3232
sequoia-openpgp = { version = "2.0", default-features = false, features = ["crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
3333
hashify = "0.2"
3434
rkyv = { version = "0.8.10", features = ["little_endian"] }

crates/imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio-rustls = { version = "0.26", default-features = false, features = ["ring",
2222
parking_lot = "0.12"
2323
ahash = { version = "0.8" }
2424
md5 = "0.8.0"
25-
rand = "0.9.0"
25+
rand = "0.9.2"
2626
indexmap = "2.7.1"
2727
compact_str = "0.9.0"
2828

crates/jmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-
4343
tokio-tungstenite = "0.28"
4444
tungstenite = "0.28"
4545
chrono = "0.4"
46-
rand = "0.9.0"
46+
rand = "0.9.2"
4747
pkcs8 = { version = "0.10.2", features = ["alloc", "std"] }
4848
lz4_flex = { version = "0.12", default-features = false }
4949
aes-gcm = "0.10.1"

crates/smtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ parking_lot = "0.12"
4545
regex = "1.7.0"
4646
blake3 = "1.3"
4747
lru-cache = "0.1.2"
48-
rand = "0.9.0"
48+
rand = "0.9.2"
4949
x509-parser = "0.18"
5050
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2"] }
5151
serde = { version = "1.0", features = ["derive", "rc"] }

crates/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-
2121
tokio = { version = "1.47", features = ["sync", "fs", "io-util"] }
2222
r2d2 = { version = "0.8.10", optional = true }
2323
futures = { version = "0.3", optional = true }
24-
rand = "0.9.0"
24+
rand = "0.9.2"
2525
roaring = "0.11"
2626
rayon = { version = "1.11", optional = true }
2727
serde = { version = "1.0", features = ["derive"]}

crates/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ smtp-proto = { version = "0.2" }
1616
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
1717
ahash = { version = "0.8", features = ["serde"] }
1818
chrono = "0.4"
19-
rand = "0.9.0"
19+
rand = "0.9.2"
2020
webpki-roots = { version = "1.0"}
2121
ring = { version = "0.17" }
2222
base64 = "0.22"

0 commit comments

Comments
 (0)