Skip to content

Commit

Permalink
chore(lib): update tokio-util to 0.7 (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonicious committed May 26, 2022
1 parent 4678be9 commit 3a755a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -61,7 +61,7 @@ tokio = { version = "1", features = [
"test-util",
] }
tokio-test = "0.4"
tokio-util = { version = "0.6", features = ["codec"] }
tokio-util = { version = "0.7", features = ["codec"] }
tower = { version = "0.4", features = ["make", "util"] }
url = "2.2"

Expand Down

0 comments on commit 3a755a6

Please sign in to comment.