From: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Applied-Upstream: https://github.com/hickory-dns/hickory-dns/commit/a67463a186e5b2345f2e4cbb587586444aab1319
Description: Use thiserror 2.x

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -201,7 +201,7 @@
 optional = true
 
 [dependencies.thiserror]
-version = "1.0.20"
+version = "2"
 
 [dependencies.tinyvec]
 version = "1.1.1"
