fix(deps): update rust crate derive_more to v1 #27
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "http
|
|||
derive_builder = "0.20.0"
|
||||
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
|
||||
config = "0.14"
|
||||
derive_more = "0.99.17"
|
||||
derive_more = "1.0.0"
|
||||
url = { version = "2.2.2", features = ["serde"]}
|
||||
serde_json = { version ="1", features = ["raw_value"]}
|
||||
sqlx = { version = "0.6.2", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json"] }
|
||||
|
|
Loading…
Reference in a new issue