summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2022-10-09 17:37:55 +0200
committerNyaaori <+@nyaaori.cat>2022-10-10 14:02:04 +0200
commit229444c9321ef32d09969eb690cab55de66a5d12 (patch)
treedb377f97ac0c5435f76872b6aa039b0ddafd9d05 /Cargo.lock
parent076e9810ba721cfc74b3d9c677ebe08009a23481 (diff)
downloadconduit-229444c9321ef32d09969eb690cab55de66a5d12.zip
Use ring-compat feature so out signing keys work again
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29603ee..35bcdea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2200,6 +2200,7 @@ dependencies = [
"ruma-common",
"serde_json",
"sha2",
+ "subslice",
"thiserror",
]
@@ -2521,6 +2522,15 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"