From e558a03ae6464c4b21b6a8522953de6a7b0cdc85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:47:22 +0000 Subject: [PATCH] chore(deps): update indexer-dips digest to 1e50825 --- dipper-rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dipper-rpc/Cargo.toml b/dipper-rpc/Cargo.toml index 5ab53a2b..cddc5640 100644 --- a/dipper-rpc/Cargo.toml +++ b/dipper-rpc/Cargo.toml @@ -11,7 +11,7 @@ indexer-rpc = ["dep:indexer-dips", "indexer-dips/rpc"] [dependencies] dipper-core = { version = "0.1.0", path = "../dipper-core", features = ["serde"], optional = true } -indexer-dips = { git = "https://github.com/graphprotocol/indexer-rs.git", rev = "96634f4", default-features = false, optional = true } +indexer-dips = { git = "https://github.com/graphprotocol/indexer-rs.git", rev = "1e50825dffc321c7896b106d96408bc2c9a7fad0", default-features = false, optional = true } jsonrpsee = { workspace = true, features = ["client", "macros", "server"], optional = true } serde = { workspace = true, optional = true } serde_with = { workspace = true, optional = true }