From 3fe7cc12b59a0334925690401fa17e55465adc72 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 7 Nov 2024 15:38:26 +0100 Subject: [PATCH] fixup! fixup! fixup! http: Use libhtp-rs. --- rust/htp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/htp/Cargo.toml b/rust/htp/Cargo.toml index d4ed3a24809c..10b4d0eca043 100644 --- a/rust/htp/Cargo.toml +++ b/rust/htp/Cargo.toml @@ -32,7 +32,7 @@ bstr = "0.2" libc = "0.2" nom = "7.1.1" lzma-rs = { version = "0.2.0", features = ["stream"] } -flate2 = "1.0" +flate2 = { version = "~1.0.19", features = ["zlib"], default-features = false } lazy_static = "1.4.0" time = "=0.3.36"