fix(deps): update rust crate validator to 0.20.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2025-01-26 23:55:54 +00:00
parent f401cbfcdc
commit ee40db3efa

View file

@ -36,7 +36,7 @@ tracing = { version = "0.1.40", features = ["log"] }
tracing-actix-web = "0.7.10"
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.10.0", features = ["v4", "serde"] }
validator = { version = "0.19.0", features = ["derive"] }
validator = { version = "0.20.0", features = ["derive"] }
twilio_client = { path = "./twilio_client" }
web_ui = { path = "./web_ui" }