Skip to content

Commit

Permalink
Add comment explaining why gzip feature is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Dec 11, 2024
1 parent 3152693 commit e2f8c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ http-body-util = "0.1"
rand = "0.8"
tempfile = "3.1.0"
regex = "1.11.1"
# The "gzip" feature for reqwest is enabled for an integration test.
reqwest = { version = "0.12", features = ["gzip"] }
http = "1.1.0"

Expand Down

0 comments on commit e2f8c2e

Please sign in to comment.