Skip to content

Commit

Permalink
Upgrade tokio-util to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 11, 2022
1 parent 47e9f62 commit 8f10e19
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.6", features = ["codec"] }
tokio-util = { version = "0.7", features = ["codec"] }
tokio = { version = "1", features = ["io-util"] }
bytes = "1"
http = "0.2"
Expand Down

0 comments on commit 8f10e19

Please sign in to comment.