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 authored and seanmonstar committed Mar 29, 2022
1 parent 3383ef7 commit a54d926
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.1", features = ["codec"] }
tokio = { version = "1", features = ["io-util"] }
bytes = "1"
http = "0.2"
Expand Down

0 comments on commit a54d926

Please sign in to comment.