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
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
f401cbfcdc
commit
ee40db3efa
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue