Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
[version]: Update k256
Browse files Browse the repository at this point in the history
Resolves #232

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Apr 24, 2023
1 parent f82333c commit c7eee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libursa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rand = { version = "0.7", features = ["wasm-bindgen"], optional = true }
getrandom = { version = "0.2", features = ["js"], optional = true }
rand_chacha = { version = "=0.2.1", optional = true }
rustchacha20poly1305 = { version = "0.7", package = "chacha20poly1305", optional = true }
k256 = { version = "0.12", optional = true, features = ["ecdh", "ecdsa", "sha256"]}
k256 = { version = "0.13.1", optional = true, features = ["ecdh", "ecdsa", "sha256"]}
bitcoinsecp256k1 = { version = "0.26", package = "secp256k1", optional = true, features = ["rand", "serde"]}
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit c7eee07

Please sign in to comment.