Skip to content

Commit 9857e5e

Browse files
deps(rust): 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 df2a39b commit 9857e5e

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

Cargo.lock

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

crates/aingle_cortex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ blake3 = "1.5"
7070
tokio-stream = { version = "0.1", features = ["sync"] }
7171

7272
# Validation
73-
validator = { version = "0.18", features = ["derive"] }
73+
validator = { version = "0.20", features = ["derive"] }
7474

7575
# Regular expressions (for SPARQL FILTER)
7676
regex = "1.10"

0 commit comments

Comments
 (0)