diff --git a/Cargo.lock b/Cargo.lock index ab183dcc..af334bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,7 +1918,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "21.2.1" +version = "21.2.2" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 101f7236..5eee1db6 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "21.2.1" +version = "21.2.2" [dependencies] alloy-primitives.workspace = true