Skip to content

Commit

Permalink
fixup flate2 version with zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Jan 15, 2025
1 parent 8900f3b commit 84c83a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/htp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bstr = "0.2"
libc = "0.2"
nom = "7.1.1"
lzma-rs = { version = "0.2.0", features = ["stream"] }
flate2 = { version = "~1.0.19", features = ["zlib"], default-features = false }
flate2 = { version = "~1.0.19", features = ["zlib-default"], default-features = false }
lazy_static = "1.4.0"
time = "=0.3.36"

Expand Down

0 comments on commit 84c83a0

Please sign in to comment.