summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 572cf94..eeecfe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ syntect = "4.4"
tar = "0.4.16"
terminal_size = "0.1"
tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util", "time"] }
-tokio-stream = "0.1"
+tokio-stream = { version = "0.1", features = ["fs"] }
typed-builder = "0.9"
unindent = "0.1"
url = { version = "2", features = ["serde"] }