mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
@ -2,6 +2,9 @@
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
* Fix multipart consuming payload before header checks #1513
|
||||
* Update `bytes` to `1.0`. [#1813]
|
||||
|
||||
[#1813]: https://github.com/actix/actix-web/pull/1813
|
||||
|
||||
|
||||
## 3.0.0 - 2020-09-11
|
||||
|
@ -17,16 +17,16 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", default-features = false }
|
||||
actix-service = "1.0.6"
|
||||
actix-utils = "2.0.0"
|
||||
bytes = "0.5.3"
|
||||
actix-utils = "3.0.0-beta.1"
|
||||
|
||||
bytes = "1"
|
||||
derive_more = "0.99.2"
|
||||
httparse = "1.3"
|
||||
futures-util = { version = "0.3.5", default-features = false }
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
twoway = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0.0"
|
||||
actix-rt = "2.0.0-beta.1"
|
||||
actix-http = "2.0.0"
|
||||
|
Reference in New Issue
Block a user