Skip to content

Commit

Permalink
bip32: bump secp256k1 dependency to v0.29 (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Sep 23, 2024
1 parent e4cfd65 commit 0e531e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bip32/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bip32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zeroize = { version = "1", default-features = false }
k256 = { version = "=0.14.0-pre.2", optional = true, default-features = false, features = ["ecdsa", "sha256"] }
once_cell = { version = "1", optional = true }
pbkdf2 = { version = "=0.13.0-pre.1", optional = true, default-features = false, features = ["hmac"] }
secp256k1-ffi = { package = "secp256k1", version = "0.27", optional = true }
secp256k1-ffi = { package = "secp256k1", version = "0.29", optional = true }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit 0e531e1

Please sign in to comment.