diff --git a/Cargo.toml b/Cargo.toml index ad37f0d..ff3e318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ num-bigint = "0.4.3" percent-encoding = "2.3" rcgen = "0.11.1" reqwest = { version = "0.11", features = ["rustls-tls-manual-roots"] } -ring = "0.16.20" +ring = "0.17.0" rustls-pemfile = "1" serde = { version = "1.0.183", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }