Skip to content

Commit

Permalink
chore: Update tokio-util to 0.7 (#949)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Chalmers <adamschalmers@gmail.com>
  • Loading branch information
adamchalmers and Adam Chalmers committed Mar 30, 2022
1 parent c78274e commit 350ccf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Expand Up @@ -59,7 +59,7 @@ async-stream = "0.3"
http-body = "0.4.4"
percent-encoding = "2.1"
pin-project = "1.0"
tokio-util = {version = "0.6", features = ["codec"]}
tokio-util = {version = "0.7", features = ["codec"]}
tower-layer = "0.3"
tower-service = "0.3"

Expand Down

0 comments on commit 350ccf9

Please sign in to comment.