fix(deps): update rust crate derive_more to v1
This commit is contained in:
parent
02280710a0
commit
b244e4660d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ actix-web = "4.0.1"
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
config = "0.14"
|
config = "0.14"
|
||||||
derive_more = "0.99"
|
derive_more = "1.0"
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue