From 02732bef0c1accb441b9b14c07cb2c494234a682 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 14 Oct 2020 03:14:47 +0900 Subject: [PATCH] chore(dependencies): update pin-project to 1.0 (#2298) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d27e9df8..245aa277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ httparse = "1.0" h2 = "0.2.2" itoa = "0.4.1" tracing = { version = "0.1", default-features = false, features = ["log", "std"] } -pin-project = "0.4.20" +pin-project = "1.0" tower-service = "0.3" tokio = { version = "0.2.11", features = ["sync"] } want = "0.3"