Skip to content

Commit

Permalink
change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Sep 18, 2024
1 parent 59267c0 commit 47cfb65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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.13", optional = true, default-features = false, features = ["ecdsa", "sha256"] }
once_cell = { version = "1", optional = true }
pbkdf2 = { version = "0.12", 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, default-features = false, features = ["alloc"] }

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

0 comments on commit 47cfb65

Please sign in to comment.