We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91ea8e commit 203c956Copy full SHA for 203c956
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.18 (2025-11-13)
2
+
3
+- Fix `rt::TokioTimer` to support Tokio's paused time.
4
+- Fix `client::proxy::match::Matcher` to parse auth without passwords.
5
6
# 0.1.17 (2025-09-15)
7
8
- Fix `legacy::Client` to allow absolute-form URIs when `Connected::proxy(true)` is passed and the scheme is `https`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.17"
+version = "0.1.18"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments