diff --git a/Cargo.toml b/Cargo.toml index 1fea50c014..cacbe4e054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ pulldown-cmark = "0.13" rand = "0.8" rcgen = { version = "0.14", features = ["x509-parser", "pem"] } reqwest = { version = "0.12", features = ["json"] } -rsa = "0.9" +rsa = "0.9.10" rust-ini = "0.21" rustls = { version = "0.23", features = ["ring"] } rustls-pki-types = "1.14"