feat: Bump tycho-common version

This commit is contained in:
TAMARA LIPOWSKI
2025-08-28 16:35:37 -04:00
parent 22ec1af002
commit 8101ff31c8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4634,9 +4634,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.81.6"
version = "0.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68d44780891254a0155d1aaa765a8625b48672158b6e12ce4f06771e9d369ffa"
checksum = "096c87ebe011785fcd7ed59ec501ac12b465a64fbd2914b8c0c57125c253682b"
dependencies = [
"anyhow",
"async-trait",

View File

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