Skip to content

Commit 70c64d2

Browse files
committed
Remove unused tokio-{stream,util} deps
These were cargo culted from the ostree-ext code and are unused there too.
1 parent 2d5ef6c commit 70c64d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ serde = { features = ["derive"], version = "1.0.125" }
1717
serde_json = "1.0.64"
1818
semver = "1.0.4"
1919
tokio = { features = ["full"], version = "1" }
20-
tokio-stream = "0.1.5"
21-
tokio-util = { features = ["io"], version = "0.6" }
2220
tracing = "0.1"
2321

2422
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)