From d3821505e0fe53f518f573781f4c46cf41e5a059 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Fri, 25 Mar 2022 12:50:27 +0000 Subject: [PATCH] Update pin-project-lite minimum bound to 0.2.6 --- futures-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-util/Cargo.toml b/futures-util/Cargo.toml index 1bcc4c083e..d95dbc60b6 100644 --- a/futures-util/Cargo.toml +++ b/futures-util/Cargo.toml @@ -41,7 +41,7 @@ memchr = { version = "2.2", optional = true } futures_01 = { version = "0.1.25", optional = true, package = "futures" } tokio-io = { version = "0.1.9", optional = true } pin-utils = "0.1.0" -pin-project-lite = "0.2.4" +pin-project-lite = "0.2.6" [dev-dependencies] futures = { path = "../futures", features = ["async-await", "thread-pool"] }