Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-util to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 3d527ff commit f1fcbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macbrew-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = "1.0"
clap = "3.0.0-beta.2"
tokio-serial = { version = "4.3.3", default-features = false }
encoding = "0.2.33"
tokio-util = { version = "0.3.1", features = ["codec"], default-features = false }
tokio-util = { version = "0.6.8", features = ["codec"], default-features = false }
futures = "0.3.15"
bytes = "0.5"
async-trait = "0.1.50"
Expand Down

0 comments on commit f1fcbc8

Please sign in to comment.