mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +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]]
|
[[package]]
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.29.0"
|
version = "0.29.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3"
|
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand",
|
"rand",
|
||||||
"secp256k1-sys 0.10.0",
|
"secp256k1-sys 0.10.0",
|
||||||
|
@ -4849,7 +4849,7 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
"rand",
|
"rand",
|
||||||
"secp256k1 0.29.0",
|
"secp256k1 0.29.1",
|
||||||
"teepot",
|
"teepot",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-log 0.2.0",
|
"tracing-log 0.2.0",
|
||||||
|
@ -5634,7 +5634,7 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
"hex",
|
"hex",
|
||||||
"secp256k1 0.29.0",
|
"secp256k1 0.29.1",
|
||||||
"teepot",
|
"teepot",
|
||||||
"zksync_basic_types",
|
"zksync_basic_types",
|
||||||
]
|
]
|
||||||
|
@ -5649,7 +5649,7 @@ dependencies = [
|
||||||
"hex",
|
"hex",
|
||||||
"jsonrpsee-types",
|
"jsonrpsee-types",
|
||||||
"reqwest 0.12.7",
|
"reqwest 0.12.7",
|
||||||
"secp256k1 0.29.0",
|
"secp256k1 0.29.1",
|
||||||
"serde",
|
"serde",
|
||||||
"teepot",
|
"teepot",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue