Skip to content

Commit

Permalink
Update k256 Crate (#14)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Updat k256
  • Loading branch information
AmeanAsad authored May 20, 2024
1 parent 5dbdb06 commit 4048534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ ledger-zondax-generic = "0.9.1"
thiserror = "1.0.30"

byteorder = "1.4.3"
k256 = { version = "0.10.4", features = ["ecdsa-core", "arithmetic", "std"], default-features = false }
k256 = { version = "^0.11", features = ["ecdsa-core", "arithmetic", "std"], default-features = false }

[dev-dependencies]
hex = "0.4.3"
once_cell = "1.10.0"
blake2 = "0.10.4"
k256 = "0.10.4"
k256 = "^0.11"
ecdsa = { version = "0.13.4", features = ["verify"] }

tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 4048534

Please sign in to comment.