Skip to content

Commit 6f38b3e

Browse files
committed
2.12.0
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
1 parent fe25f9e commit 6f38b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-types"
3-
version = "2.11.1"
3+
version = "2.12.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-types"
66
documentation = "https://docs.rs/http-types"

0 commit comments

Comments
 (0)