Skip to content

Commit

Permalink
Bump to latest tokio-util (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Mar 26, 2020
1 parent 7e1e923 commit 20efc46
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 = "0.2"
Expand Down

0 comments on commit 20efc46

Please sign in to comment.