From f1cd6a5f454b85abfe08c3bb5f1dac6e297db2b8 Mon Sep 17 00:00:00 2001
From: NoisyCoil <noisycoil@tutanota.com>
Date: Fri, 1 Aug 2025 01:17:49 +0200
Subject: [PATCH] d/patches/relax-deps.patch: bump 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 88a23b9..5b9625b 100644
--- a/debian/patches/relax-deps.patch
+++ b/debian/patches/relax-deps.patch
@@ -8,8 +8,10 @@ Last-Update: 2025-04-12
 @@ -39 +39 @@
 -typed-builder = "0.18.2"
 +typed-builder = "0.20"
-@@ -43 +43 @@
+@@ -42,2 +42,2 @@
+-rustix = { version = "0.38.34", features = ["process", "fs"] }
 -tower = "0.4"
++rustix = { version = "1", features = ["process", "fs"] }
 +tower = "0.5"
 @@ -46,2 +46,2 @@
 -tempfile = { version = "3.19" }
-- 
2.47.2

