diff --git a/Cargo.lock b/Cargo.lock index f0881f36..8eb02d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5573,8 +5573,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tap_core" -version = "0.5.1" -source = "git+https://github.com/jannis/timeline-aggregation-protocol?branch=jannis/update-alloy#27bf30963e4acb50d12b423e528ff6024786be9a" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6de9bc4538c13ca369b1ff35d31be8eaeb955bed3805ce64d8fd2aee4f0ec0c7" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/service/Cargo.toml b/service/Cargo.toml index 1924888c..d9e9c0d9 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -42,7 +42,7 @@ autometrics = { version = "0.3.3", features = ["prometheus-exporter"] } clap = { version = "4.3.1", features = ["derive", "env"] } prometheus = "0.13.3" hex = "0.4.3" -tap_core = { git = "https://github.com/jannis/timeline-aggregation-protocol", branch = "jannis/update-alloy" } +tap_core = "0.6.0" ethereum-types = "0.14.1" sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio", "bigdecimal", "rust_decimal", "time"] } alloy-primitives = { version = "0.4.2", features = ["serde"] }