Skip to content

Commit

Permalink
chore(deps): update rust crate secp256k1 to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent d2fbdb5 commit c92eb4e
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 @@ -44,7 +44,7 @@ rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rsa = { version = "0.9.6", features = ["sha2", "pem"] }
rustls = { version = "0.23.20" }
secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }
secp256k1 = { version = "0.30", features = ["rand-std", "global-context"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
serde_with = { version = "3.8", features = ["base64", "hex"] }
Expand Down

0 comments on commit c92eb4e

Please sign in to comment.