diff --git a/Cargo.lock b/Cargo.lock index 42b6a4ea96e..9c10aab3634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,7 +1994,7 @@ dependencies = [ "sqlparser", "stable-hash 0.3.4", "stable-hash 0.4.4", - "strum_macros 0.27.1", + "strum_macros 0.27.2", "thiserror 2.0.12", "tiny-keccak 1.5.0", "tokio", @@ -5204,14 +5204,13 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "rustversion", "syn 2.0.106", ] diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 760fcca33bc..7287bcce0d4 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -62,7 +62,7 @@ sqlparser = { workspace = true } # stable-hash = { version = "0.4.2" } stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main" } stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" } -strum_macros = "0.27.1" +strum_macros = "0.27.2" slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0"