Description: accept newer branch of crate async-channel
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-02-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@
 pin-project-lite = { version = "0.2.0", optional = true }
 pin-utils = { version = "0.1.0-alpha.4", optional = true }
 slab = { version = "0.4.2", optional = true }
-async-channel = { version = "1.8.0", optional = true }
+async-channel = { version = ">= 1.8.0, <= 2", optional = true }
 
 # dev dependency, but they are not allowed to be optional :/
 surf = { version = "2.0.0", optional = true }
