bump cargo.lock and deps, add zstd compression to reqwest client

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-08-20 17:45:27 -04:00 committed by Jason Volk
parent e0fd84149d
commit edd42974e5
7 changed files with 62 additions and 16 deletions

View file

@ -25,6 +25,9 @@ release_max_log_level = [
"log/max_level_trace",
"log/release_max_level_info",
]
zstd_compression = [
"reqwest/zstd",
]
gzip_compression = [
"reqwest/gzip",
]