chore(deps): bump ring from 0.17.12 to 0.17.13

Bumps [ring](https://github.com/briansmith/ring) from 0.17.12 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-version: 0.17.13
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-09 20:14:17 +00:00
committed by GitHub
parent 7722a30065
commit 43be7f1e48
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@@ -2400,7 +2400,7 @@ dependencies = [
"redb",
"regex",
"reqwest",
"ring 0.17.12",
"ring 0.17.13",
"rss",
"rust-embed",
"rustls 0.22.4",
@@ -2825,9 +2825,9 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.12"
version = "0.17.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9b823fa29b721a59671b41d6b06e66b29e0628e207e8b1c3ceeda701ec928d"
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
dependencies = [
"cc",
"cfg-if 1.0.0",
@@ -2932,7 +2932,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
"ring 0.17.12",
"ring 0.17.13",
"rustls-webpki 0.101.7",
"sct",
]
@@ -2944,7 +2944,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring 0.17.12",
"ring 0.17.13",
"rustls-pki-types",
"rustls-webpki 0.102.8",
"subtle",
@@ -3001,7 +3001,7 @@ version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring 0.17.12",
"ring 0.17.13",
"untrusted 0.9.0",
]
@@ -3011,7 +3011,7 @@ version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"ring 0.17.12",
"ring 0.17.13",
"rustls-pki-types",
"untrusted 0.9.0",
]
@@ -3058,7 +3058,7 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring 0.17.12",
"ring 0.17.13",
"untrusted 0.9.0",
]

View File

@@ -46,7 +46,7 @@ miniscript = "10.2.0"
mp4 = "0.14.0"
redb = "2.4.0"
regex = "1.11.1"
ring = "=0.17.12"
ring = "=0.17.13"
rss = "2.0.12"
rust-embed = "8.6.0"
rustls = "0.22.4"