fix(deps): update rust crate derive_more to v1
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Renovate Bot 2024-08-07 17:33:14 +00:00
parent 69bf5359cd
commit 1325b5abc2

View file

@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive"] }
actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "https://github.com/realaravinth/actix-web-codegen-const-routes" }
derive_builder = "0.20.0"
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"]}
actix-web-httpauth = "0.8.0"