Skip to content

Commit

Permalink
Merge pull request #89 from hiterm/update-idna-2
Browse files Browse the repository at this point in the history
Update validator
  • Loading branch information
hiterm authored Dec 17, 2024
2 parents 8ea63b2 + 70e7e35 commit 7599009
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 84 deletions.
122 changes: 39 additions & 83 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 @@ -50,4 +50,4 @@ tower-http = { version = "0.6.1", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
uuid = { version = "1.10.0", features = ["v4"] }
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }

0 comments on commit 7599009

Please sign in to comment.