diff --git a/Cargo.toml b/Cargo.toml index 9addc09..731eac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ quote = "1" rand = "0.8.5" rand_core = "0.6" reqwest = { version = "0.12.24", default-features = false, features = ["json", "stream"] } -rsa = "0.9.9" +rsa = "0.9.10" schemars = { version = "0.8.22", features = ["url"] } secrecy = "0.10.3" serde = "1.0.228"