diff --git a/Cargo.lock b/Cargo.lock index 55206b1..8b05e43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2216,9 +2216,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -3560,7 +3560,7 @@ dependencies = [ "oauth2", "oauth2-reqwest", "partial-struct", - "rand 0.10.1", + "rand 0.10.2", "reqwest", "rsa", "schemars 0.8.22", diff --git a/Cargo.toml b/Cargo.toml index 2368e40..2f06db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1" progenitor-client = "0.14.0" quote = "1" -rand = "0.10.1" +rand = "0.10.2" rand_core = "0.10.1" regex = "1.12.4" reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls"] }