Skip to content

Commit

Permalink
fix(deps): update rust crate validator to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 375b8f2 commit 6074ac2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "postgres",
wiremock = "0.6.0"
itertools = "0.12.1"
sha3 = "0.10.8"
validator = { version = "0.17.0", features = ["derive"] }
validator = { version = "0.18.0", features = ["derive"] }
k256 = "0.13.3"

[dev-dependencies]
Expand Down

0 comments on commit 6074ac2

Please sign in to comment.