Update idna to 1.0 🥳

This commit is contained in:
Slatian
2024-08-06 18:40:49 +02:00
parent 1863af50f8
commit 0d711648a8
2 changed files with 267 additions and 2 deletions

View File

@ -14,7 +14,7 @@ axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
axum-client-ip = "0.6"
clap = { version = "4.5", features = ["derive"] }
governor = "0.6"
idna = "0.5"
idna = "1.0"
parking_lot = "0.12"
regex = "1.10"
serde = { version = "1", features = ["derive","rc"] }