From 52467f97eab84224a9fd36b0a3d3267e11baaf44 Mon Sep 17 00:00:00 2001
From: NoisyCoil <noisycoil@tutanota.com>
Date: Fri, 1 Aug 2025 01:58:37 +0200
Subject: [PATCH] update rustix to v1

---
 debian/patches/relax-deps.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/relax-deps.patch b/debian/patches/relax-deps.patch
index 4d94cde..c762d43 100644
--- a/debian/patches/relax-deps.patch
+++ b/debian/patches/relax-deps.patch
@@ -7,11 +7,13 @@ Last-Update: 2025-01-19
 -wayland-protocols-wlr = { version = "0.2.0", features = ["client"] }
 +wayland-protocols = { version = "0.32.0", features = ["client", "unstable", "staging"] }
 +wayland-protocols-wlr = { version = "0.3.0", features = ["client"] }
-@@ -35,2 +35,2 @@
+@@ -35,3 +35,3 @@
 -itertools = "0.11.0"
 -thiserror = "1.0.32"
+-rustix = { version = "0.38.0", features = ["fs"] }
 +itertools = "0.13.0"
 +thiserror = "2"
++rustix = { version = "1", features = ["fs"] }
 @@ -40 +40 @@
 -simple_logger = { version = "4.2.0", default-features = false, features = ["colors"] }
 +simple_logger = { version = "5", default-features = false, features = ["colors"] }
-- 
2.47.2

