diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 432ddb69..ca3ece79 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -23,7 +23,7 @@ indexer-selection = { path = "../indexer-selection" } indoc = "2.0.4" itertools = "0.12.0" lazy_static = "1.4" -pin-project = "1.1.3" +pin-project = "1.1.4" prometheus = { version = "0.13", default-features = false } prost = "0.12.3" rand.workspace = true