Skip to content

Commit 3a755a6

Browse files
authored
chore(lib): update tokio-util to 0.7 (#2762)
1 parent 4678be9 commit 3a755a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tokio = { version = "1", features = [
6161
"test-util",
6262
] }
6363
tokio-test = "0.4"
64-
tokio-util = { version = "0.6", features = ["codec"] }
64+
tokio-util = { version = "0.7", features = ["codec"] }
6565
tower = { version = "0.4", features = ["make", "util"] }
6666
url = "2.2"
6767

0 commit comments

Comments
 (0)