From 889d8370dbe0f0784dc8043c099346d172b38823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:41:01 +0000 Subject: [PATCH] build(deps): update ring requirement from 0.16 to 0.17 --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-crypto/Cargo.toml b/quic/s2n-quic-crypto/Cargo.toml index 81fe36b07c..d1752d9d0d 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"