diff --git a/Cargo.lock b/Cargo.lock index 6afa0c18..aff2aac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1982,7 +1982,7 @@ dependencies = [ [[package]] name = "graph-gateway" -version = "18.2.0" +version = "18.3.0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 62b86690..c40f3eee 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "18.2.0" +version = "18.3.0" [dependencies] alloy-primitives.workspace = true