Skip to content

Commit

Permalink
Expose some more reqwest features (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer authored Jun 25, 2024
1 parent 88dbfe6 commit 2265627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Added support for `opentelemetry` version `0.23`.
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.

## [0.3.1]

Expand Down
3 changes: 3 additions & 0 deletions reqwest-middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ readme = "../README.md"
[features]
multipart = ["reqwest/multipart"]
json = ["reqwest/json"]
charset = ["reqwest/charset"]
http2 = ["reqwest/http2"]
rustls-tls = ["reqwest/rustls-tls"]

[dependencies]
anyhow = "1.0.0"
Expand Down

0 comments on commit 2265627

Please sign in to comment.