Skip to content

Commit 8c397f8

Browse files
authored
chore(http,web): upgrade foldhash to 0.2 (#4030)
1 parent cffe5d2 commit 8c397f8

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-http/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- When configured, gracefully close HTTP/1 connections after early responses to unread request bodies. [#3967]
6+
- Update `foldhash` dependency to `0.2`.
67

78
[#3967]: https://github.com/actix/actix-web/issues/3967
89

actix-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ bytes = "1"
102102
bytestring = "1"
103103
derive_more = { version = "2", features = ["as_ref", "deref", "deref_mut", "display", "error", "from"] }
104104
encoding_rs = "0.8"
105-
foldhash = "0.1"
105+
foldhash = "0.2"
106106
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
107107
http = "0.2.7"
108108
httparse = "1.5.1"

actix-web/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Panic when calling `Route::to()` or `Route::service()` after `Route::wrap()` to prevent silently dropping route middleware. [#3944]
88
- Fix `HttpRequest::{match_pattern,match_name}` reporting path-only matches when route guards disambiguate overlapping resources. [#3346]
99
- Fix `Readlines` handling of lines split across payload chunks so combined line limits are enforced and complete lines are yielded.
10+
- Update `foldhash` dependency to `0.2`.
1011
- Update `rand` dependency to `0.10`.
1112
- Add `HttpServer::h1_write_buffer_size()`.
1213

actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ cfg-if = "1"
147147
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
148148
derive_more = { version = "2", features = ["as_ref", "deref", "deref_mut", "display", "error", "from"] }
149149
encoding_rs = "0.8"
150-
foldhash = "0.1"
150+
foldhash = "0.2"
151151
futures-core = { version = "0.3.17", default-features = false }
152152
futures-util = { version = "0.3.17", default-features = false }
153153
impl-more = "0.1.4"

0 commit comments

Comments
 (0)