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
|
||||
|
||||
## [0.2.1] - 2020-01-06
|
||||
|
||||
* Remove the unused `time` dependency
|
||||
|
||||
## [0.2.0] - 2019-12-20
|
||||
|
||||
* Release
|
||||
|
|
|
@ -25,7 +25,6 @@ httparse = "1.3"
|
|||
futures = "0.3.1"
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
time = "0.2.1"
|
||||
twoway = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue