diff --git a/Cargo.lock b/Cargo.lock index 6abc723..3c0af31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ dependencies = [ "humansize", "log", "movavg", - "rand 0.10.0", + "rand 0.10.1", "reqwest", "tokio", "url", @@ -1104,7 +1104,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "getrandom 0.4.2", - "rand 0.10.0", + "rand 0.10.1", "sha3", "subtle", "uuid", @@ -2077,9 +2077,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -2582,7 +2582,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",