Bump ring to v0.17.14 to compile on old aarch64

This commit is contained in:
Kerollmops 2025-03-17 11:29:17 +01:00
parent d9875b782d
commit 49dd50dab2
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

6
Cargo.lock generated
View File

@ -3018,7 +3018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.1",
]
[[package]]
@ -4886,9 +4886,9 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.13"
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if",