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