Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
Additions:
- `AsRef<anyhow::Error> for http_types::Error`
- `From<Vec<HeaderValue>> for HeaderValues`
- More `TryFrom<>` conversions for the `"hyperium_http"` feature.
Fixes:
- Addressed three bugs in forwarded header parsing. #375
Dependencies:
- Update serde_qs to 0.8.3
  • Loading branch information
Fishrock123 committed Aug 10, 2021
1 parent fe25f9e commit 6f38b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-types"
version = "2.11.1"
version = "2.12.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/http-types"
documentation = "https://docs.rs/http-types"
Expand Down

0 comments on commit 6f38b3e

Please sign in to comment.