1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[deps] Platform: Update Rust crate rand to v0.9.2 (#17550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-11 14:28:40 +01:00
committed by GitHub
parent 51d29f777e
commit 33d909b0bb
2 changed files with 7 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ dependencies = [
"enumflags2",
"futures-channel",
"futures-util",
"rand 0.9.1",
"rand 0.9.2",
"serde",
"serde_repr",
"tokio",
@@ -590,7 +590,7 @@ dependencies = [
"hex",
"oo7",
"pbkdf2",
"rand 0.9.1",
"rand 0.9.2",
"rusqlite",
"security-framework",
"serde",
@@ -833,7 +833,7 @@ dependencies = [
"memsec",
"oo7",
"pin-project",
"rand 0.9.1",
"rand 0.9.2",
"scopeguard",
"secmem-proc",
"security-framework",
@@ -2153,7 +2153,7 @@ dependencies = [
"num",
"num-bigint-dig",
"pbkdf2",
"rand 0.9.1",
"rand 0.9.2",
"serde",
"sha2",
"subtle",
@@ -2536,9 +2536,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.3",

View File

@@ -48,7 +48,7 @@ napi-derive = "=3.2.5"
oo7 = "=0.5.0"
pin-project = "=1.1.10"
pkcs8 = "=0.10.2"
rand = "=0.9.1"
rand = "=0.9.2"
rsa = "=0.9.6"
russh-cryptovec = "=0.7.3"
scopeguard = "=1.2.0"