1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update derive_more to v2

This commit is contained in:
Rob Ede
2025-02-24 04:03:40 +00:00
parent a6df6cc903
commit df0dc549a5
15 changed files with 62 additions and 41 deletions

View File

@ -11,7 +11,7 @@ ignored = [
[dependencies]
actix-web.workspace = true
derive_more.workspace = true
derive_more = { workspace = true, features = ["display"] }
env_logger.workspace = true
log.workspace = true
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }