From 8d3cde2a532e5c2bd0220e53a9f77970af080cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:51:34 +0000 Subject: [PATCH] chore(deps): update rust crate ring to 0.17.8 --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d8bc4e..d6556c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2019,16 +2019,17 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom", "libc", "spin 0.9.8", "untrusted", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f1bd40a..2c09bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ num-traits = "0.2.18" pgp = "0.10" pkcs8 = { version = "0.10" } rand = "0.8" -ring = { version = "0.17.7", features = ["std"], default-features = false } +ring = { version = "0.17.8", features = ["std"], default-features = false } rsa = { version = "0.9.6", features = ["sha2"] } rustls = { version = "0.22" } rustls-pemfile = "2"