1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

upgrade derive-more

This commit is contained in:
Nikolay Kim 2019-02-01 20:22:43 -08:00
parent 3269e35722
commit e70c7f2a5d

View File

@ -48,7 +48,7 @@ bitflags = "1.0"
bytes = "0.4"
byteorder = "1.2"
cookie = { version="0.11", features=["percent-encode"] }
derive_more = "0.13"
derive_more = "0.14"
encoding = "0.2"
futures = "0.1"
hashbrown = "0.1.8"