Description: relax dependency on crate nix
 Needed to match Debian-packaged nix v0.26.1
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-12-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,5 +48,5 @@
 
 [target.'cfg(target_os = "linux")'.dev-dependencies]
 inotify = { version = ">= 0.9, < 0.11", default-features = false }
-nix = "0.24"
+nix = ">= 0.24, < 0.27"
 timerfd = "1"
