Skip to content

Commit 93bb1db

Browse files
committed
deps: deadpool @ 0.7
Might as well upgrade before the connection pooling PR goes out.
1 parent 8102ff3 commit 93bb1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ log = "0.4.7"
3939
async-h1 = { version = "2.0.0", optional = true }
4040
async-std = { version = "1.6.0", default-features = false, optional = true }
4141
async-native-tls = { version = "0.3.1", optional = true }
42-
deadpool = { version = "0.6.0", optional = true }
42+
deadpool = { version = "0.7.0", optional = true }
4343
futures = { version = "0.3.8", optional = true }
4444

4545
# h1_client_rustls

0 commit comments

Comments
 (0)