Skip to content

Commit

Permalink
updated tokio-util to 0.7 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Jun 3, 2022
1 parent 3ff2eaf commit bcce741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0"
serde_urlencoded = "0.7"
tokio = { version = "1.0", features = ["fs", "sync", "time"] }
tokio-stream = "0.1.1"
tokio-util = { version = "0.6", features = ["io"] }
tokio-util = { version = "0.7", features = ["io"] }
tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] }
tower-service = "0.3"
tokio-tungstenite = { version = "0.15", optional = true }
Expand Down

0 comments on commit bcce741

Please sign in to comment.