Skip to content

Commit

Permalink
fix(deps): update rust crate validator to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed Nov 8, 2024
1 parent 4746746 commit 1ea03cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tower-http = { version = "0.6.0", features = [
] }
tracing.workspace = true
utoipa = { workspace = true, features = ["debug"] }
validator = "0.18.1"
validator = "0.19.0"
chrono.workspace = true
charted-app = { version = "0.1.0", path = "../app" }
derive_more = { version = "1.0.0", features = ["deref"] }
Expand Down

0 comments on commit 1ea03cb

Please sign in to comment.