diff --git a/Cargo.lock b/Cargo.lock index 66f7b9c..262de91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3025,7 +3025,7 @@ dependencies = [ "bytes", "getrandom 0.4.3", "lru-slab", - "rand 0.10.2", + "rand 0.10.3", "rand_pcg", "ring", "rustc-hash", @@ -3107,9 +3107,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.3", @@ -4247,7 +4247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2", @@ -4813,7 +4813,7 @@ dependencies = [ "oauth2", "oauth2-reqwest", "partial-struct", - "rand 0.10.2", + "rand 0.10.3", "reqwest", "rsa", "schemars 0.8.22", diff --git a/Cargo.toml b/Cargo.toml index 2024ddd..6c08e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ proc-macro2 = "1" progenitor-client = "0.15.0" quote = "1" ratatui = "0.30" -rand = "0.10.2" +rand = "0.10.3" rand_core = "0.10.1" regex = "1.13.1" reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls"] }