diff --git a/Cargo.lock b/Cargo.lock index d8311e2db32..e2aae78f57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,7 +3209,7 @@ dependencies = [ "quickcheck", "quinn", "rand 0.8.5", - "ring 0.16.20", + "ring 0.17.8", "rustls 0.21.11", "socket2 0.5.7", "thiserror", diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 1270d89b61e..ba8448ac62c 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1.0.61" tokio = { workspace = true, default-features = false, features = ["net", "rt", "time"], optional = true } tracing = { workspace = true } socket2 = "0.5.7" -ring = "0.16.20" +ring = "0.17.8" [features] tokio = ["dep:tokio", "if-watch/tokio", "quinn/runtime-tokio"]