fix(deps): update rust crate ring to 0.17.8

This commit is contained in:
renovate[bot] 2024-02-18 01:24:14 +00:00 committed by June
parent bdda875416
commit 856ea200ac
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

@ -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]]

View file

@ -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