chore(deps): update rust crate secp256k1 to v0.29.1

This commit is contained in:
renovate[bot] 2024-09-16 10:06:16 +00:00 committed by GitHub
parent 108ef8cc07
commit 2f6aefcab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
Cargo.lock generated
View file

@ -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",