From 6d79d78c8cb41be8b7feccdad823d7ff8505d5b7 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Fri, 23 Sep 2022 18:14:58 +0400 Subject: [PATCH] Update `pin-project` (this fixes a `dead_code` warning in generated code) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dda612a..a3e25291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ exclude = [ futures = "0.3.5" tokio = { version = "1.12.0", features = ["fs"] } tokio-util = { version = "0.7.0", features = ["codec"] } -pin-project = "1.0.3" +pin-project = "1.0.12" bytes = "1.0.0" reqwest = { version = "0.11.10", features = ["json", "stream", "multipart"], default-features = false } url = { version = "2", features = ["serde"] }