From f1abe6aced2c836b6f62a62faf63a242a00ce829 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 00:15:45 +0000 Subject: [PATCH] chore(deps): update rust crate rand to v0.10.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rand | 0.10.2 | 0.10.3 | --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a6b597e..14f69179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ "futures", "hickory-resolver", "local-ip-address", - "rand 0.10.2", + "rand 0.10.3", "redis", "regex", "reqwest", @@ -253,7 +253,7 @@ dependencies = [ "nuid", "pin-project", "portable-atomic", - "rand 0.10.2", + "rand 0.10.3", "regex", "ring", "rustls-native-certs", @@ -1255,7 +1255,7 @@ dependencies = [ "idna", "ipnet", "jni", - "rand 0.10.2", + "rand 0.10.3", "thiserror", "tinyvec", "tokio", @@ -1275,7 +1275,7 @@ dependencies = [ "jni", "once_cell", "prefix-trie", - "rand 0.10.2", + "rand 0.10.3", "ring", "thiserror", "tinyvec", @@ -1300,7 +1300,7 @@ dependencies = [ "ndk-context", "once_cell", "parking_lot", - "rand 0.10.2", + "rand 0.10.3", "resolv-conf", "smallvec", "system-configuration", @@ -2364,9 +2364,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" +checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -3129,7 +3129,7 @@ dependencies = [ "log", "md-5", "memchr", - "rand 0.10.2", + "rand 0.10.3", "serde", "serde_json", "sha2 0.11.0", @@ -3273,7 +3273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.2", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2",