Skip to content

Commit bcce741

Browse files
authored
updated tokio-util to 0.7 (#969)
1 parent 3ff2eaf commit bcce741

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
@@ -34,7 +34,7 @@ serde_json = "1.0"
3434
serde_urlencoded = "0.7"
3535
tokio = { version = "1.0", features = ["fs", "sync", "time"] }
3636
tokio-stream = "0.1.1"
37-
tokio-util = { version = "0.6", features = ["io"] }
37+
tokio-util = { version = "0.7", features = ["io"] }
3838
tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] }
3939
tower-service = "0.3"
4040
tokio-tungstenite = { version = "0.15", optional = true }

0 commit comments

Comments
 (0)