From 1f7a616a22448311cdbcc32e860c2f5a10763343 Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdahias@debian.org>
Date: Fri, 15 Aug 2025 19:08:19 +0200
Subject: [PATCH 1/2] d/patches: Build with which 8.0

---
 debian/patches/1001_which.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/1001_which.patch b/debian/patches/1001_which.patch
index 85a73a0..cd9decd 100644
--- a/debian/patches/1001_which.patch
+++ b/debian/patches/1001_which.patch
@@ -11,7 +11,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  thiserror = "2.0.12"
  toml = "0.8.20"
 -which = ">= 3.0.0, < 5.0.0"
-+which = ">= 3.0.0, <= 8"
++which = "8.0.0"
  
  [workspace]
  members = ["precious-helpers", "precious-core", "precious-integration", "precious-testhelper"]
-- 
2.50.1


From f5d506afa2f12ea100c0a3a7124b4eaa7b12c6cb Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdahias@debian.org>
Date: Fri, 15 Aug 2025 19:12:10 +0200
Subject: [PATCH 2/2] Refresh patches

---
 debian/patches/2001_thiserror.patch | 4 ++--
 debian/patches/2001_toml.patch      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/2001_thiserror.patch b/debian/patches/2001_thiserror.patch
index 666b95f..383a772 100644
--- a/debian/patches/2001_thiserror.patch
+++ b/debian/patches/2001_thiserror.patch
@@ -1,7 +1,7 @@
 Description: accept older release of crate thiserror
 Author: Jonas Smedegaard <dr@jones.dk>
 Forwarded: not-needed
-Last-Update: 2025-03-23
+Last-Update: 2025-08-15
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Cargo.toml
@@ -13,5 +13,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 -thiserror = "2.0.12"
 +thiserror = "2.0.11"
  toml = "0.8.20"
- which = ">= 3.0.0, <= 8"
+ which = "8.0.0"
  
diff --git a/debian/patches/2001_toml.patch b/debian/patches/2001_toml.patch
index 679f285..22345c6 100644
--- a/debian/patches/2001_toml.patch
+++ b/debian/patches/2001_toml.patch
@@ -1,7 +1,7 @@
 Description: accept older release of crate toml
 Author: Jonas Smedegaard <dr@jones.dk>
 Forwarded: not-needed
-Last-Update: 2025-03-23
+Last-Update: 2025-08-15
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Cargo.toml
@@ -12,6 +12,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  thiserror = "2.0.11"
 -toml = "0.8.20"
 +toml = "0.8.19"
- which = ">= 3.0.0, <= 8"
+ which = "8.0.0"
  
  [workspace]
-- 
2.50.1

