Skip to content

Commit

Permalink
tests: enable compression for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Jul 2, 2023
1 parent a4010d0 commit d58202b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion taxy/Cargo.toml
Expand Up @@ -75,6 +75,6 @@ x509-parser = "0.15.0"
built = "0.6.0"

[dev-dependencies]
reqwest = "0.11.18"
reqwest = { version = "0.11.18", features = ["gzip", "brotli"] }
tokio-tungstenite = { version = "0.19.0", features = ["rustls-tls-native-roots"] }
warp = { version = "0.3.5", features = ["tls"] }

0 comments on commit d58202b

Please sign in to comment.