Update smaller dependencies

This commit is contained in:
Slatian
2023-12-09 12:01:00 +01:00
parent fb0ce1dc0b
commit 0bffa0fd96
2 changed files with 44 additions and 35 deletions

View File

@ -13,15 +13,15 @@ axum = { version = "0.6", features = ["macros", "headers"] }
axum-extra = { version = "0.7", features = ["cookie"] }
axum-client-ip = "0.4"
clap = { version = "4", features = ["derive"] }
governor = "0.5"
idna = "0.3"
governor = "0.6"
idna = "0.4"
lazy_static = "1.4.0"
parking_lot = "0.12"
regex = "1.7"
regex = "1.10"
serde = { version = "1", features = ["derive","rc"] }
tokio = { version = "1", features = ["macros","signal"] }
tera = "1"
toml = "0.7"
toml = "0.8"
tower = "0.4"
tower-http = { version = "0.4", features = ["fs"] }
trust-dns-proto = "0.23"