Skip to content

Commit

Permalink
Updated validator to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays committed Nov 25, 2024
1 parent c7acac3 commit 28297b2
Show file tree
Hide file tree
Showing 9 changed files with 2,743 additions and 2,229 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 28297b2

Please sign in to comment.