Skip to content

Commit cc1a0d5

Browse files
committed
Update comment regarding ecdsa dependency in cosmwasm-crypto
1 parent e940753 commit cc1a0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ ark-ff = { version = "0.5.0", features = ["asm", "parallel"] }
1818
ark-serialize = "0.5.0"
1919
cosmwasm-core = { version = "3.0.0-rc.0", path = "../core" }
2020
digest = "0.10"
21-
ecdsa = "0.16.2" # Not used directly, but needed to bump transitive dependency, see: https://github.com/CosmWasm/cosmwasm/pull/1899 for details.
2221
ed25519-zebra = { version = "4.0.3", default-features = false }
2322
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
2423
num-traits = "0.2.18"
2524
p256 = { version = "0.13.2", default-features = false, features = ["ecdsa"] }
25+
ecdsa = "0.16.8" # Needed for RecoveryId in secp256r1_recover_pubkey, see https://github.com/RustCrypto/elliptic-curves/issues/1215
2626
rand_core = "0.6"
2727
rayon = "1.9.0"
2828
sha2 = "0.10"

0 commit comments

Comments
 (0)