From 918469d294ff8d992d133420c8901c2f781c0a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:41:07 +0000 Subject: [PATCH] build(deps): bump rand from 0.9.0 to 0.9.2 --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++-------- samling/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..f73ffeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ "parking_lot", "portable-atomic", "quanta", - "rand 0.9.0", + "rand 0.9.2", "smallvec", "spinning_top", "web-time", @@ -1790,7 +1790,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.0", + "rand 0.9.2", "sha2", "stringprep", ] @@ -1907,7 +1907,7 @@ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", "getrandom 0.3.2", - "rand 0.9.0", + "rand 0.9.2", "ring", "rustc-hash", "rustls", @@ -1967,13 +1967,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", - "zerocopy", ] [[package]] @@ -2293,7 +2292,7 @@ dependencies = [ "once_cell", "password-hash", "postgres-types", - "rand 0.9.0", + "rand 0.9.2", "reqwest", "rust_decimal", "rust_xlsxwriter", @@ -2937,7 +2936,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.0", + "rand 0.9.2", "socket2", "tokio", "tokio-util", diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..a8a79eb 100644 --- a/samling/Cargo.toml +++ b/samling/Cargo.toml @@ -38,7 +38,7 @@ postgres-types = { version = "0.2.9", features = [ "derive", "with-serde_json-1", ] } -rand = "0.9.0" +rand = "0.9.2" reqwest = { version = "0.12.15", features = [ "rustls-tls", "json",