mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
chore(cargo): upgrade rand 0.8.5 to rand 0.8.6
This upgrade resolves RUSTSEC-2026-0097
This commit is contained in:
22
Cargo.lock
generated
22
Cargo.lock
generated
@@ -1360,7 +1360,7 @@ dependencies = [
|
|||||||
"proptest",
|
"proptest",
|
||||||
"qrcodegen",
|
"qrcodegen",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"rand 0.9.4",
|
"rand 0.9.4",
|
||||||
"ratelimit",
|
"ratelimit",
|
||||||
"regex",
|
"regex",
|
||||||
@@ -2981,7 +2981,7 @@ dependencies = [
|
|||||||
"pin-project",
|
"pin-project",
|
||||||
"pkarr",
|
"pkarr",
|
||||||
"portmapper",
|
"portmapper",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"rcgen",
|
"rcgen",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"ring",
|
"ring",
|
||||||
@@ -3056,7 +3056,7 @@ dependencies = [
|
|||||||
"iroh-metrics",
|
"iroh-metrics",
|
||||||
"n0-future",
|
"n0-future",
|
||||||
"postcard",
|
"postcard",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"rand_core 0.6.4",
|
"rand_core 0.6.4",
|
||||||
"serde",
|
"serde",
|
||||||
"serde-error",
|
"serde-error",
|
||||||
@@ -3119,7 +3119,7 @@ checksum = "929d5d8fa77d5c304d3ee7cae9aede31f13908bd049f9de8c7c0094ad6f7c535"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"getrandom 0.2.16",
|
"getrandom 0.2.16",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"ring",
|
"ring",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustls",
|
"rustls",
|
||||||
@@ -3172,7 +3172,7 @@ dependencies = [
|
|||||||
"pin-project",
|
"pin-project",
|
||||||
"pkarr",
|
"pkarr",
|
||||||
"postcard",
|
"postcard",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"rustls",
|
"rustls",
|
||||||
"rustls-webpki 0.102.8",
|
"rustls-webpki 0.102.8",
|
||||||
@@ -3776,7 +3776,7 @@ dependencies = [
|
|||||||
"num-integer",
|
"num-integer",
|
||||||
"num-iter",
|
"num-iter",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"serde",
|
"serde",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"zeroize",
|
"zeroize",
|
||||||
@@ -4206,7 +4206,7 @@ dependencies = [
|
|||||||
"p256",
|
"p256",
|
||||||
"p384",
|
"p384",
|
||||||
"p521",
|
"p521",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"regex",
|
"regex",
|
||||||
"replace_with",
|
"replace_with",
|
||||||
"ripemd",
|
"ripemd",
|
||||||
@@ -4453,7 +4453,7 @@ dependencies = [
|
|||||||
"nested_enum_utils",
|
"nested_enum_utils",
|
||||||
"netwatch",
|
"netwatch",
|
||||||
"num_enum",
|
"num_enum",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"serde",
|
"serde",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"snafu",
|
"snafu",
|
||||||
@@ -4776,9 +4776,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.8.5"
|
version = "0.8.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"rand_chacha 0.3.1",
|
"rand_chacha 0.3.1",
|
||||||
@@ -5870,7 +5870,7 @@ dependencies = [
|
|||||||
"hex",
|
"hex",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"pnet_packet",
|
"pnet_packet",
|
||||||
"rand 0.8.5",
|
"rand 0.8.6",
|
||||||
"socket2 0.5.9",
|
"socket2 0.5.9",
|
||||||
"thiserror 1.0.69",
|
"thiserror 1.0.69",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|||||||
10
deny.toml
10
deny.toml
@@ -27,15 +27,7 @@ ignore = [
|
|||||||
# <https://rustsec.org/advisories/RUSTSEC-2026-0099>
|
# <https://rustsec.org/advisories/RUSTSEC-2026-0099>
|
||||||
"RUSTSEC-2026-0049",
|
"RUSTSEC-2026-0049",
|
||||||
"RUSTSEC-2026-0098",
|
"RUSTSEC-2026-0098",
|
||||||
"RUSTSEC-2026-0099",
|
"RUSTSEC-2026-0099"
|
||||||
|
|
||||||
# rand 0.8.x
|
|
||||||
# <https://rustsec.org/advisories/RUSTSEC-2026-0097>
|
|
||||||
# We already use rand 0.9,
|
|
||||||
# version 0.8 that cannot be upgraded
|
|
||||||
# is a dependency of iroh 0.35.0 and rPGP.
|
|
||||||
# rPGP upgrade is waiting for <https://github.com/rpgp/rpgp/pull/573>
|
|
||||||
"RUSTSEC-2026-0097"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
|
|||||||
Reference in New Issue
Block a user