diff --git a/Cargo.lock b/Cargo.lock index b6a7acf..8fc553b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3120,7 +3120,7 @@ dependencies = [ "oauth2", "octorust", "partial-struct", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index b74c6c6..955c0f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ owo-colors = "4.2.3" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } progenitor = { version = "0.11.2" } progenitor-client = { version = "0.11.2" } -rand = "0.8.5" +rand = "0.9.0" rand_core = "0.6" regex = "1.12.2" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }