Description: accept newer branch of crate mio
Author: Jonas Smedegaard <dr@jones.dk>
Bugs-Debian: https://bugs.debian.org/1078508
Forwarded: not-needed
Last-Update: 2024-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -14,7 +14,7 @@
 docopt = "~1.1"
 env_logger = ">= 0.10, <= 0.11"
 log = { version = "0.4.4" }
-mio = { version = "0.8", features = ["net", "os-poll"] }
+mio = { version = ">= 0.8, <= 1", features = ["net", "os-poll"] }
 rustls = { path = "../rustls", features = [ "logging" ]}
 rustls-pemfile = "1.0.3"
 sct = "0.7"
