Signed-off-by: Rafael Passos <[email protected]> --- .../2004-relax-hex-literal-dependency.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/2004-relax-hex-literal-dependency.patch
diff --git a/debian/patches/2004-relax-hex-literal-dependency.patch b/debian/patches/2004-relax-hex-literal-dependency.patch new file mode 100644 index 0000000..82e1b80 --- /dev/null +++ b/debian/patches/2004-relax-hex-literal-dependency.patch @@ -0,0 +1,17 @@ +Description: relax hex-literal dependency +Author: Rafael Passos <[email protected]> +Forwarded: not-needed +Last-Update: 2026-08-03 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -39,7 +39,7 @@ thiserror = "2.0" + [dev-dependencies] + assert_matches = "1.5.0" + base64 = "0.22.1" +-hex-literal = "0.4.1" ++hex-literal = ">=0.4, <1.2" + num-bigint = "0.4.6" + once_cell = "1.21.3" + prio = { path = ".", features = ["crypto-dependencies", "test-util"] } diff --git a/debian/patches/series b/debian/patches/series index 9af9ade..f1433ac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 1002_newer_rand.patch 2001_no_bench.patch 2003_avoid_modinverse.patch +2004-relax-hex-literal-dependency.patch -- 2.53.0

