diff --git a/quic/s2n-quic-crypto/Cargo.toml b/quic/s2n-quic-crypto/Cargo.toml index b4eb4eaae9..49e3958580 100644 --- a/quic/s2n-quic-crypto/Cargo.toml +++ b/quic/s2n-quic-crypto/Cargo.toml @@ -27,7 +27,7 @@ zeroize = { version = "1", default-features = false, features = ["derive"] } aws-lc-rs = { version = "1.6" } [target.'cfg(target_os = "windows")'.dependencies] -ring = { version = "0.16", default-features = false } +ring = { version = "0.17", default-features = false } [dev-dependencies] hex-literal = "0.4"