Skip to content

Commit

Permalink
Add features to reqwest to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Nov 1, 2024
1 parent 6a3d00d commit b002b9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions projects/catculator/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 projects/catculator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
jni = "0.21.1"
lofty = "0.21.1"
reqwest = { version = "0.12.7", features = ["blocking", "native-tls-vendored"], default-features = false }
reqwest = { version = "0.12.7", features = ["blocking", "gzip", "json", "native-tls-alpn", "native-tls-vendored"], default-features = false }
rocket = "0.5.1"
tokio = "1.40.0"

Expand Down

0 comments on commit b002b9e

Please sign in to comment.