Check validity of the URL setting

This commit is contained in:
Louis Dureuil
2024-03-25 10:05:58 +01:00
parent a1db342f01
commit dfa5e41ea6
6 changed files with 14 additions and 0 deletions

View File

@ -86,6 +86,7 @@ arroy = "0.2.0"
rand = "0.8.5"
tracing = "0.1.40"
ureq = { version = "2.9.6", features = ["json"] }
url = "2.5.0"
[dev-dependencies]
mimalloc = { version = "0.1.39", default-features = false }