Correct crypto MSRVs

This commit is contained in:
Luke Parker
2025-08-15 20:37:03 -04:00
parent 15a9cbef40
commit f2563d39cb
7 changed files with 20 additions and 12 deletions

6
Cargo.lock generated
View File

@@ -2222,7 +2222,7 @@ dependencies = [
"rand_core",
"schnorr-signatures",
"std-shims",
"thiserror 1.0.64",
"thiserror 2.0.14",
"zeroize",
]
@@ -2241,7 +2241,7 @@ dependencies = [
"multiexp",
"rand_core",
"rustversion",
"thiserror 1.0.64",
"thiserror 2.0.14",
"zeroize",
]
@@ -4838,7 +4838,7 @@ dependencies = [
"schnorr-signatures",
"serde_json",
"subtle",
"thiserror 1.0.64",
"thiserror 2.0.14",
"zeroize",
]