diff --git a/Cargo.toml b/Cargo.toml index cf7b1a9..5fbb82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,8 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } percent-encoding = "2.3.2" proc-macro2 = "1" quote = "1" -rand = "0.8.5" -rand_core = "0.6" +rand = "0.10.0" +rand_core = "0.10" regex = "1.12.3" reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] } rsa = "0.9.10"