Use ring-compat feature so out signing keys work again

This commit is contained in:
Timo Kösters
2022-10-09 17:37:55 +02:00
committed by Nyaaori
parent 076e9810ba
commit 229444c932
2 changed files with 11 additions and 1 deletions

10
Cargo.lock generated
View File

@@ -2200,6 +2200,7 @@ dependencies = [
"ruma-common",
"serde_json",
"sha2",
"subslice",
"thiserror",
]
@@ -2520,6 +2521,15 @@ dependencies = [
"der",
]
[[package]]
name = "subslice"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a8e4809a3bb02de01f1f7faf1ba01a83af9e8eabcd4d31dd6e413d14d56aae"
dependencies = [
"memchr",
]
[[package]]
name = "subtle"
version = "2.4.1"