Skip to content

Commit ef067ca

Browse files
committed
Fix while getting gzipped files
1 parent b8d3a6f commit ef067ca

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image = { version = "0.25.6", features = ["webp"] }
1414
log = "0.4.27"
1515
mime_guess = "2.0.5"
1616
ravif = { version = "0.11.12", default-features = false }
17-
reqwest = { version = "0.12.22", features = ["json"] }
17+
reqwest = { version = "0.12.22", features = ["json", "gzip"] }
1818
rgb = "0.8.37"
1919
tempfile = "3.20.0"
2020
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "fs"] }

0 commit comments

Comments
 (0)