From dd066e2737810ef6b04df33071716e259497cec9 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Wed, 14 Oct 2020 11:58:56 +0200 Subject: [PATCH] Update pin-project to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f488517..3656167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a log = "0.4" futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } futures-io = { version = "0.3", default-features = false, features = ["std"] } -pin-project = "0.4" +pin-project = "1" [dependencies.tungstenite] version = "0.11.0"