Merge pull request #273 from propeller-heads/dc/upgrade-tycho-deps

feat: Update tycho-common version
This commit is contained in:
dianacarvalho1
2025-09-30 11:33:49 +01:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ tokio = { version = "1.38.0", features = ["full"] }
chrono = "0.4.39" chrono = "0.4.39"
clap = { version = "4.5.3", features = ["derive"] } clap = { version = "4.5.3", features = ["derive"] }
once_cell = "1.20.2" once_cell = "1.20.2"
tycho-common = "0.90.0" tycho-common = ">=0.90.0"
alloy = { version = "1.0.35", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true } alloy = { version = "1.0.35", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true }
async-trait = { version = "0.1.88", optional = true } async-trait = { version = "0.1.88", optional = true }