diff --git a/Cargo.toml b/Cargo.toml index fb382b2..3a553d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ p256 = "0.13.2" pe-sign = "0.1.10" pgp = "0.15" pkcs8 = { version = "0.10" } -rand = { version = "0.8", features = ["std", "std_rng"] } +rand = { version = "0.9", features = ["std", "std_rng"] } reqwest = { version = "0.12", features = ["json"] } rsa = { version = "0.9.6", features = ["sha2", "pem"] } rustls = { version = "0.23.20" }