From 856ea200accbcf5a5349db6a63872699a676b01d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 18 Feb 2024 01:24:14 +0000
Subject: [PATCH] fix(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 86c64d7c..b0b93d8b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2046,16 +2046,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",
  "untrusted",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
 ]
 
 [[package]]
diff --git a/Cargo.toml b/Cargo.toml
index da96dcd8..314bdc97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ image = { version = "0.24.8", default-features = false, features = ["jpeg", "png
 # Used to encode server public key
 base64 = "0.21.7"
 # Used when hashing the state
-ring = "0.17.7"
+ring = "0.17.8"
 # Used when querying the SRV record of other servers
 trust-dns-resolver = "0.23.2"
 # Used to find matching events for appservices