From cf9e5b0aa88755e9fed67d1d3d1f85f7dadb7cd7 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 11 Sep 2019 11:23:16 -0400 Subject: [PATCH] chore(dependencies): update pin-project to 0.4.0-alpha.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06f51f9e..3a4137c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ iovec = "0.1" itoa = "0.4.1" log = "0.4" net2 = { version = "0.2.32", optional = true } -pin-project = { version = "=0.4.0-alpha.9", features = ["project_attr"] } +pin-project = { version = "=0.4.0-alpha.10", features = ["project_attr"] } time = "0.1" tokio = { version = "=0.2.0-alpha.4", optional = true, default-features = false, features = ["rt-full"] } tower-service = "=0.3.0-alpha.1"