Skip to content

Commit bc11103

Browse files
chore(deps): bump validator from 0.18.1 to 0.20.0
Bumps [validator](https://github.com/Keats/validator) from 0.18.1 to 0.20.0. - [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md) - [Commits](Keats/validator@v0.18.1...v0.20.0) --- updated-dependencies: - dependency-name: validator dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 066eb28 commit bc11103

2 files changed

Lines changed: 16 additions & 58 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ diesel_migrations = "2.3"
1515
libsqlite3-sys = { version = "0.36", features = ["bundled"] }
1616
rocket_okapi = { version = "0.9.0", features = ["swagger"] }
1717
schemars = { version = "1.2" }
18-
validator = { version = "0.18", features = ["derive"] }
18+
validator = { version = "0.20", features = ["derive"] }
1919

2020
[profile.release]
2121
lto = true # link-time optimisation — reduces binary size and improves inlining

0 commit comments

Comments
 (0)