Skip to content

Commit

Permalink
Update validator requirement from 0.17 to 0.18
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 Apr 8, 2024
1 parent 17fa3eb commit ca150e5
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.17"
validator = "0.18"

[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.17", features = ["derive"] }
validator = { version = "0.18", features = ["derive"] }

0 comments on commit ca150e5

Please sign in to comment.