From 42fe72f3ed342c0616b77b995cbba0cf3a731ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:05:20 +0000 Subject: [PATCH] chore(deps): update rust crate pin-project to 1.1.4 --- graph-gateway/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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