chore: downgraded sha2 dep for cosmwasm compatibility
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Generated
+2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user