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

chore: update deps

This commit is contained in:
Rob Ede
2024-07-07 02:51:12 +01:00
parent dca1d50430
commit 697d2ec49d
12 changed files with 577 additions and 646 deletions

View File

@ -4,11 +4,6 @@ version = "1.0.0"
publish = false
edition = "2021"
[package.metadata.cargo-machete]
ignored = [
"yarte_helpers", # only build dep
]
[dependencies]
actix-web.workspace = true
derive_more.workspace = true
@ -16,7 +11,5 @@ env_logger.workspace = true
log.workspace = true
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
[build-dependencies.yarte_helpers]
version = "0.15.6"
default-features = false
features = ["config"]
[build-dependencies]
yarte_helpers = { version = "0.15", default-features = false, features = ["config"] }