fix(deps): update rust crate derive_more to v1
This commit is contained in:
parent
8f766ae883
commit
574df20de1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "http
|
||||||
libconfig = { version = "0.1.0", git = "https://git.batsense.net/librepages/libconfig" }
|
libconfig = { version = "0.1.0", git = "https://git.batsense.net/librepages/libconfig" }
|
||||||
derive_builder = "0.20.0"
|
derive_builder = "0.20.0"
|
||||||
config = "0.14"
|
config = "0.14"
|
||||||
derive_more = "0.99.17"
|
derive_more = "1.0.0"
|
||||||
url = { version = "2.2.2", features = ["serde"]}
|
url = { version = "2.2.2", features = ["serde"]}
|
||||||
serde_json = { version ="1", features = ["raw_value"]}
|
serde_json = { version ="1", features = ["raw_value"]}
|
||||||
clap = { vesrion = "3.2.20", features = ["derive"]}
|
clap = { vesrion = "3.2.20", features = ["derive"]}
|
||||||
|
|
Loading…
Reference in a new issue