Skip to content

Commit

Permalink
chore: added some defaul reqwest features (#4232)
Browse files Browse the repository at this point in the history
these are enabled by default and seem like things we should have
  • Loading branch information
jdx authored Jan 26, 2025
1 parent d1730f0 commit 052cb4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ reqwest = { version = "0.12", default-features = false, features = [
"json",
"gzip",
"zstd",
"charset",
"http2",
"macos-system-configuration",
] }
rmp-serde = "1"
rops = { version = "0.1", default-features = false, features = [
Expand Down

0 comments on commit 052cb4d

Please sign in to comment.