File: use-thiserror-2.patch

package info (click to toggle)
rust-hickory-proto 0.24.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,928 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"