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 v0.29.1
This commit is contained in:
parent
108ef8cc07
commit
2f6aefcab1
1 changed files with 5 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -4234,9 +4234,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "secp256k1"
|
||||
version = "0.29.0"
|
||||
version = "0.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3"
|
||||
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"secp256k1-sys 0.10.0",
|
||||
|
@ -4849,7 +4849,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"clap",
|
||||
"rand",
|
||||
"secp256k1 0.29.0",
|
||||
"secp256k1 0.29.1",
|
||||
"teepot",
|
||||
"tracing",
|
||||
"tracing-log 0.2.0",
|
||||
|
@ -5634,7 +5634,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"clap",
|
||||
"hex",
|
||||
"secp256k1 0.29.0",
|
||||
"secp256k1 0.29.1",
|
||||
"teepot",
|
||||
"zksync_basic_types",
|
||||
]
|
||||
|
@ -5649,7 +5649,7 @@ dependencies = [
|
|||
"hex",
|
||||
"jsonrpsee-types",
|
||||
"reqwest 0.12.7",
|
||||
"secp256k1 0.29.0",
|
||||
"secp256k1 0.29.1",
|
||||
"serde",
|
||||
"teepot",
|
||||
"tokio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue