diff --git a/Cargo.lock b/Cargo.lock index 253830a6..c4ca5f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "18.0.0" +version = "18.1.0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 28e84e79..d68a6b0f 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "18.0.0" +version = "18.1.0" [dependencies] alloy-primitives.workspace = true