chore(deps): update rust crate ring to 0.17.8

This commit is contained in:
renovate[bot] 2024-02-18 00:51:34 +00:00 committed by GitHub
parent a49e8f7f34
commit 8d3cde2a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

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