Skip to content

Commit

Permalink
fixup! fixup! fixup! http: Use libhtp-rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Nov 7, 2024
1 parent 45d74da commit 3fe7cc1
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 = "1.0"
flate2 = { version = "~1.0.19", features = ["zlib"], default-features = false }
lazy_static = "1.4.0"
time = "=0.3.36"

Expand Down

0 comments on commit 3fe7cc1

Please sign in to comment.