chore: downgraded sha2 dep for cosmwasm compatibility

This commit is contained in:
Jędrzej Stuczyński
2026-01-13 17:06:01 +00:00
parent 637c29adc7
commit 81eea63709
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ serde_repr = "0.1"
serde_with = "3.9.0"
serde_yaml = "0.9.25"
serde_plain = "1.0.2"
sha2 = "0.10.9"
sha2 = "0.10.3"
si-scale = "0.2.3"
snow = "0.9.6"
sphinx-packet = "=0.6.0"
+2
View File
@@ -1158,10 +1158,12 @@ version = "0.4.0"
dependencies = [
"base64 0.22.1",
"bs58",
"curve25519-dalek",
"ed25519-dalek",
"nym-pemstore",
"nym-sphinx-types",
"rand",
"sha2",
"subtle-encoding",
"thiserror 2.0.12",
"x25519-dalek",