mkv

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 17d5647e169a4cc5c3c089d4b8061ca0bc806b60
parent a6b584b6d3f3b904ac3c900aeb0fcc72f43b360a
Author: Silas Brack <silas@teton.ai>
Date:   Sat,  7 Mar 2026 10:26:50 +0100

Remove unused tokio-stream dependency

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
MCargo.lock | 12------------
MCargo.toml | 1-
2 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -886,7 +886,6 @@ dependencies = [ "serde_json", "sha2", "tokio", - "tokio-stream", "toml", "tracing", "tracing-subscriber", @@ -1530,17 +1529,6 @@ dependencies = [ ] [[package]] -name = "tokio-stream" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", -] - -[[package]] name = "tokio-util" version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/Cargo.toml b/Cargo.toml @@ -14,7 +14,6 @@ toml = "0.8" clap = { version = "4", features = ["derive"] } tracing = "0.1" tracing-subscriber = "0.3" -tokio-stream = "0.1" sha2 = "0.10" bytes = "1"