Skip to content

Commit

Permalink
Updated validator to 0.19 (#993)
Browse files Browse the repository at this point in the history
* Updated validator to `0.19`

* Updated validator to `0.19`

* Fixed tests

---------

Co-authored-by: Elad Kaplan <[email protected]>
  • Loading branch information
DenuxPlays and kaplanelad authored Dec 2, 2024
1 parent 4327b02 commit a103c1c
Show file tree
Hide file tree
Showing 8 changed files with 574 additions and 730 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ byte-unit = "4.0.19"
argon2 = { version = "0.5.2", features = ["std"] }
rand = { version = "0.8.5", features = ["std"] }
jsonwebtoken = { version = "9.3.0", optional = true }
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }
futures-util = "0.3"
tower = { workspace = true }
hyper = "1.1"
Expand Down
Loading

0 comments on commit a103c1c

Please sign in to comment.