From 0eef044c9ed24387eca38c4c0bff673b77ede749 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 23 Feb 2024 12:29:30 +0000 Subject: [PATCH] Dependencies: Demand lazy-regex 2.4 lazy-regexp-proc_macros 2.2 seems to have some kind of panic bug. bookworm has librust-lazy-regex-dev 2.4.1-2 so that'll be fine I think. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e608272..e036f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ hyper-tls = "0.5" indenter = "0.3" ipnet = "2.3" itertools = "0.10.1" -lazy-regex = "2.2" +lazy-regex = "2.4" lazy_static = "1.4" libc = "0.2" # just for EISDIR due to IsADirectory log = "0.4.14" diff --git a/debian/control b/debian/control index fa0cf93..5eedcef 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx, librust-ipnet-dev (>= 2.3~) , librust-itertools-dev (>= 0.10.1~) , librust-itertools-dev (>= 0.10~) , - librust-lazy-regex-dev (>= 2.2~) , + librust-lazy-regex-dev (>= 2.4~) , librust-lazy-static-dev (>= 1.4~) , librust-libc-dev (>= 0.2~) , librust-log-dev (>= 0.4.14~) , -- 2.30.2