Skip to content

Commit

Permalink
Update validator requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent fea25eb commit 54c7946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ multer = "2.0"
paste = "1.0"
serde = "1.0"
thiserror = "1.0"
validator = "0.16"
validator = "0.17"

[dev-dependencies]
futures-executor = "0.3.15"
gotham = { version = "0.7", features = ["testing"], default-features = false }
percent-encoding = "2.1"
pretty_env_logger = "0.5"
trybuild = "=1.0.89"
validator = { version = "0.16", features = ["derive"] }
validator = { version = "0.17", features = ["derive"] }

0 comments on commit 54c7946

Please sign in to comment.