diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..2e39968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ "parking_lot", "portable-atomic", "quanta", - "rand 0.9.0", + "rand 0.9.1", "smallvec", "spinning_top", "web-time", @@ -1790,7 +1790,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.0", + "rand 0.9.1", "sha2", "stringprep", ] @@ -1907,7 +1907,7 @@ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", "getrandom 0.3.2", - "rand 0.9.0", + "rand 0.9.1", "ring", "rustc-hash", "rustls", @@ -1967,13 +1967,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 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.1", "reqwest", "rust_decimal", "rust_xlsxwriter", @@ -2937,7 +2936,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.0", + "rand 0.9.1", "socket2", "tokio", "tokio-util", diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..c40f89f 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.1" reqwest = { version = "0.12.15", features = [ "rustls-tls", "json",