feat: Loosen version constrain on tycho-common

Took 14 minutes
This commit is contained in:
Diana Carvalho
2025-05-15 16:19:31 +01:00
parent ccde611d81
commit 046775b7ae
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4445,9 +4445,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.66.4"
version = "0.70.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5131fdb21cbd754822b0947fc6c763494531837ba8bb34123f6c7f4f89cb69f7"
checksum = "5237d0e4ab6979a1ca9cdb749a2a97240ca6dc716c0da6f42543960d3141255a"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -32,7 +32,7 @@ clap = { version = "4.5.3", features = ["derive"] }
alloy = { version = "0.9.2", features = ["providers", "rpc-types-eth", "eip712", "signer-local"], optional = true }
alloy-sol-types = { version = "0.8.14", optional = true }
alloy-primitives = { version = "0.8.9", optional = true }
tycho-common = "^0.66.4"
tycho-common = ">0.66.4"
once_cell = "1.20.2"
[dev-dependencies]