fix: update balancer_v2 dependency after a fix in tycho-substreams (#281)

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
Zizou
2025-09-26 23:28:39 +02:00
committed by GitHub
parent ea10bfa99a
commit 3c6f9c2083
3 changed files with 9 additions and 9 deletions

12
substreams/Cargo.lock generated
View File

@@ -240,7 +240,7 @@ dependencies = [
[[package]]
name = "ethereum-balancer-v2"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"ethabi 18.0.0",
@@ -250,7 +250,7 @@ dependencies = [
"num-bigint",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.5.0",
"tycho-substreams 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1760,15 +1760,14 @@ dependencies = [
[[package]]
name = "tycho-substreams"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "828cbe6f7b984fefe39d8fdb4c40311e329f30ded0a70e477e8f2add4d60483d"
version = "0.5.1"
dependencies = [
"ethabi 18.0.0",
"hex",
"itertools 0.12.1",
"num-bigint",
"prost 0.11.9",
"rstest",
"serde",
"serde_json",
"substreams",
@@ -1778,13 +1777,14 @@ dependencies = [
[[package]]
name = "tycho-substreams"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a164ecbc3f2d7515e9447d7c1933a01fba6e54a082bbe1c73eb7b827d2a45b47"
dependencies = [
"ethabi 18.0.0",
"hex",
"itertools 0.12.1",
"num-bigint",
"prost 0.11.9",
"rstest",
"serde",
"serde_json",
"substreams",

View File

@@ -1,6 +1,6 @@
[package]
name = "ethereum-balancer-v2"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
[lib]
@@ -15,7 +15,7 @@ hex = "0.4.3"
anyhow = "1.0.75"
num-bigint = "0.4.4"
itertools = "0.12.0"
tycho-substreams = "0.5.0"
tycho-substreams = "0.5.1"
[build-dependencies]
anyhow = "1"

View File

@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: "ethereum_balancer_v2"
version: v0.4.0
version: v0.4.1
url: "https://github.com/propeller-heads/tycho-protocol-sdk/tree/main/substreams/ethereum-balancer-v2"
protobuf: