Merge pull request #142 from propeller-heads/zz/update-tycho-common

feat: update `tycho-common` version
This commit is contained in:
Zizou
2025-03-31 18:57:57 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4317,9 +4317,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.63.1"
version = "0.64.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c64749b24bdb5de6050c37ea91420a67a5fe606247fdb29f2e812dac30b42e"
checksum = "1e318a43fab79199deaab2391c83c75724780151c0337b67914ed835ff04b52f"
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.63.1"
tycho-common = "0.64.1"
once_cell = "1.20.2"
[dev-dependencies]