diff options
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index fb8cfe2..8e71e1c 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -12,7 +12,5 @@ jellystream-types = { path = "types" } log = { workspace = true } anyhow = { workspace = true } -tokio = { version = "1.43.0", features = ["io-util"] } -tokio-util = { version = "0.7.13", features = ["io", "io-util"] } serde_json = "1.0.138" serde = { version = "1.0.217", features = ["derive"] } |