mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate secp256k1 to 0.30
This commit is contained in:
parent
99ab2f2b76
commit
444db8d752
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ reqwest-middleware = "0.4.0"
|
|||
reqwest-retry = "0.7.0"
|
||||
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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue