Skip to content

Commit

Permalink
deps: deadpool @ 0.7
Browse files Browse the repository at this point in the history
Might as well upgrade before the connection pooling PR goes out.
  • Loading branch information
Fishrock123 committed Feb 12, 2021
1 parent 8102ff3 commit 93bb1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93bb1db

Please sign in to comment.