Skip to content

Commit

Permalink
Bump k256 crate dependency to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Dec 6, 2020
1 parent 68bb2e8 commit d2c7958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tendermint-proto = { version = "0.17.0-rc3", path = "../proto" }
toml = { version = "0.5" }
zeroize = { version = "1.1", features = ["zeroize_derive"] }

k256 = { version = "0.5", optional = true, features = ["ecdsa"] }
k256 = { version = "0.6", optional = true, features = ["ecdsa"] }
ripemd160 = { version = "0.9", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit d2c7958

Please sign in to comment.