diff --git a/Cargo.toml b/Cargo.toml index d23d9520..a5f10459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = { version = "1.0.140", features = ["raw_value"] } strum = { version = "0.27.1", features = ["derive"] } rstest = "0.25.0" tap_graph = { version = "0.2.1", path = "../tap_graph", features = ["v2"] } -thegraph-core = "0.14.0" +thegraph-core = "0.15.0" thiserror = "2.0.12" tokio = { version = "1.44.2", features = ["macros", "signal"] } tonic = { version = "0.13.0", features = ["transport", "zstd"] }