This patch is required to match the Rust dependencies to Debian's
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,9 @@ include = [
 rust-version = "1.63"
 
 [dependencies]
-crossbeam-channel = "0.5.12"
-notify = {git = "https://github.com/samuelcolvin/notify.git", branch = "keep-io-error"}
-pyo3 = { version = "0.22.2", features = ["extension-module", "generate-import-lib"] }
+crossbeam-channel = ">=0.5.11"
+notify = ">=6.1.1"
+pyo3 = { version = ">=0.22.2", features = ["extension-module", "generate-import-lib"] }
 
 [lib]
 name = "_rust_notify"
