1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older release of crate tokio-stream
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -28,7 +28,7 @@
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.43", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
-tokio-stream = "0.1.17"
+tokio-stream = "0.1.16"
parking_lot = "0.12.3"
arc-swap = "1"
slotmap.workspace = true
|