mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 07:02:59 +01:00
Merge pull request #28 from ignatenkobrain/deps
chore: Update derive_more to 0.15
This commit is contained in:
commit
66aa21740c
@ -1,5 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Update `derive_more` to 0.15
|
||||||
|
|
||||||
## [0.2.0] - 2019-05-12
|
## [0.2.0] - 2019-05-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -33,7 +33,7 @@ uri = ["http"]
|
|||||||
actix-service = "0.4.0"
|
actix-service = "0.4.0"
|
||||||
actix-codec = "0.1.2"
|
actix-codec = "0.1.2"
|
||||||
actix-utils = "0.4.0"
|
actix-utils = "0.4.0"
|
||||||
derive_more = "0.14.0"
|
derive_more = "0.15"
|
||||||
either = "1.5.2"
|
either = "1.5.2"
|
||||||
futures = "0.1.25"
|
futures = "0.1.25"
|
||||||
http = { version = "0.1.17", optional = true }
|
http = { version = "0.1.17", optional = true }
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Update `derive_more` to 0.15
|
||||||
|
|
||||||
## [0.1.1] - 2019-06-05
|
## [0.1.1] - 2019-06-05
|
||||||
|
|
||||||
* Update parking_lot
|
* Update parking_lot
|
||||||
|
@ -18,7 +18,7 @@ name = "actix_threadpool"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.14"
|
derive_more = "0.15"
|
||||||
futures = "0.1.25"
|
futures = "0.1.25"
|
||||||
parking_lot = "0.8"
|
parking_lot = "0.8"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user