From 93bb1dba5daa809675dce3fd6a24b5873f55631c Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Thu, 11 Feb 2021 16:36:27 -0800 Subject: [PATCH] deps: deadpool @ 0.7 Might as well upgrade before the connection pooling PR goes out. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7fff9f..c2ac196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ log = "0.4.7" async-h1 = { version = "2.0.0", optional = true } async-std = { version = "1.6.0", default-features = false, optional = true } async-native-tls = { version = "0.3.1", optional = true } -deadpool = { version = "0.6.0", optional = true } +deadpool = { version = "0.7.0", optional = true } futures = { version = "0.3.8", optional = true } # h1_client_rustls