mirror of https://github.com/fafhrd91/actix-web
Remove unused `time` dependency from actix-multipart
This commit is contained in:
parent
2158a8e097
commit
381c8ebe92
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.2.1] - 2020-01-06
|
||||||
|
|
||||||
|
* Remove the unused `time` dependency
|
||||||
|
|
||||||
## [0.2.0] - 2019-12-20
|
## [0.2.0] - 2019-12-20
|
||||||
|
|
||||||
* Release
|
* Release
|
||||||
|
@ -44,4 +48,4 @@
|
||||||
|
|
||||||
* Split multipart support to separate crate
|
* Split multipart support to separate crate
|
||||||
|
|
||||||
* Optimize multipart handling #634, #769
|
* Optimize multipart handling #634, #769
|
||||||
|
|
|
@ -25,7 +25,6 @@ httparse = "1.3"
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
time = "0.2.1"
|
|
||||||
twoway = "0.2"
|
twoway = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue