diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md index 31f326d05..d5e63479b 100644 --- a/actix-multipart/CHANGES.md +++ b/actix-multipart/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.1] - 2020-01-06 + +* Remove the unused `time` dependency + ## [0.2.0] - 2019-12-20 * Release @@ -44,4 +48,4 @@ * Split multipart support to separate crate -* Optimize multipart handling #634, #769 \ No newline at end of file +* Optimize multipart handling #634, #769 diff --git a/actix-multipart/Cargo.toml b/actix-multipart/Cargo.toml index ad9d9a720..f9cd7cfd2 100644 --- a/actix-multipart/Cargo.toml +++ b/actix-multipart/Cargo.toml @@ -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]