diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index b09c5d48..425001cc 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ "hmac 0.13.0", "mockall", "octocrab", - "rand 0.10.0", + "rand 0.10.1", "reqwest", "serde", "serde_json", @@ -2989,9 +2989,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", @@ -3235,7 +3235,7 @@ dependencies = [ "futures-util", "http", "mime", - "rand 0.10.0", + "rand 0.10.1", "thiserror", ]