mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 17:41:11 +00:00
update derive_more dependency to 0.99.8 (#2888)
This commit is contained in:
parent
4d3689db5e
commit
ef64d6a27c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ bytes = "1"
|
||||||
bytestring = "1"
|
bytestring = "1"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
|
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
|
||||||
derive_more = "0.99.5"
|
derive_more = "0.99.8"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
futures-core = { version = "0.3.7", default-features = false }
|
futures-core = { version = "0.3.7", default-features = false }
|
||||||
futures-util = { version = "0.3.7", default-features = false }
|
futures-util = { version = "0.3.7", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue