mirror of
https://github.com/actix/actix-web.git
synced 2025-02-02 20:32:19 +00:00
parent
7767cf3071
commit
a9e44bcf07
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
### Fixed
|
||||||
|
- Bump minimum version of `actix-http` dependency to fix compatibility issue. [#2871]
|
||||||
|
|
||||||
|
[#2871]: https://github.com/actix/actix-web/pull/2871
|
||||||
|
|
||||||
|
|
||||||
## 4.2.0 - 2022-09-11
|
## 4.2.0 - 2022-09-11
|
||||||
|
|
|
@ -71,7 +71,7 @@ actix-service = "2"
|
||||||
actix-utils = "3"
|
actix-utils = "3"
|
||||||
actix-tls = { version = "3", default-features = false, optional = true }
|
actix-tls = { version = "3", default-features = false, optional = true }
|
||||||
|
|
||||||
actix-http = { version = "3", features = ["http2", "ws"] }
|
actix-http = { version = "3.2.2", features = ["http2", "ws"] }
|
||||||
actix-router = "0.5"
|
actix-router = "0.5"
|
||||||
actix-web-codegen = { version = "4.1", optional = true }
|
actix-web-codegen = { version = "4.1", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue