diff --git a/Cargo.lock b/Cargo.lock index 901db19..dc94139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3485,7 +3485,7 @@ dependencies = [ "oauth2-reqwest", "partial-struct", "percent-encoding", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "reqwest 0.13.2", "rsa", diff --git a/Cargo.toml b/Cargo.toml index cf7b1a9..422254b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } percent-encoding = "2.3.2" proc-macro2 = "1" quote = "1" -rand = "0.8.5" +rand = "0.9.0" rand_core = "0.6" regex = "1.12.3" reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] }