Skip to content

Commit

Permalink
Update secp256k1 requirement from 0.28 to 0.29
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: secp256k1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 9557ae2 commit 4e7aa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.10.0"
zeroize = "1.0.0"
rand = "0.8.0"
rustc-hex = "2.0.1"
secp256k1 = { version = "0.28", optional = true, features = ["recovery"] }
secp256k1 = { version = "0.29", optional = true, features = ["recovery"] }
serde = { version = "1.0", features = ["derive"]}

# Libraries for for pure-rust crypto
Expand Down

0 comments on commit 4e7aa0b

Please sign in to comment.