Skip to content

Commit

Permalink
Bump to latest tokio-util (hyperium#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch authored and Benxiang Ge committed Jul 26, 2021
1 parent cbf4ed6 commit 8414b95
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 @@ -43,7 +43,7 @@ members = [
futures-core = { version = "0.3", default-features = false }
futures-sink = { version = "0.3", default-features = false }
futures-util = { version = "0.3", default-features = false }
tokio-util = { version = "0.2", features = ["codec"] }
tokio-util = { version = "0.3.1", features = ["codec"] }
tokio = { version = "0.2", features = ["io-util", "sync"] }
bytes = "0.5.2"
http = { git = "https://github.com/BenxiangGe/http.git", version = "0.2" }
Expand Down

0 comments on commit 8414b95

Please sign in to comment.