Skip to content

Commit

Permalink
deps: remove unused tokio-stream dependency (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Dec 4, 2023
1 parent 9d1cd3c commit ea61813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.7.1"
tokio = { version = "1.0", features = ["fs", "sync", "time"] }
tokio-stream = "0.1.1"
tokio-util = { version = "0.7.1", features = ["io"] }
tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] }
tower-service = "0.3"
Expand Down

0 comments on commit ea61813

Please sign in to comment.