Description: accept newer branch of crate smol
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-07-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@
 tls12 = ["rustls/tls12"]
 
 [dev-dependencies]
-smol = "1"
+smol = ">= 1, <= 2"
 futures-util = { version = "0.3.1", features = [ "io" ] }
 lazy_static = "1"
 rustls-pemfile = "2"
