Skip to content

Commit e0dd1b7

Browse files
committed
Updated validator
1 parent ae993b4 commit e0dd1b7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ byte-unit = "4.0.19"
114114
argon2 = { version = "0.5.2", features = ["std"] }
115115
rand = { version = "0.8.5", features = ["std"] }
116116
jsonwebtoken = { version = "9.3.0", optional = true }
117-
validator = { version = "0.19.0", features = ["derive"] }
117+
validator = { version = "0.20.0", features = ["derive"] }
118118
futures-util = "0.3"
119119
tower = { workspace = true }
120120
hyper = "1.1"

examples/demo/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "1.33.0", features = ["full"] }
2020
async-trait = "0.1.74"
2121
tracing = "0.1.40"
2222
chrono = "0.4"
23-
validator = { version = "0.19" }
23+
validator = { version = "0.20" }
2424
sea-orm = { version = "1.1.0", features = [
2525
"sqlx-sqlite",
2626
"sqlx-postgres",

loco-new/base_template/Cargo.toml.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sea-orm = { version = "1.1.0", features = [
3939
"macros",
4040
] }
4141
chrono = { version = "0.4" }
42-
validator = { version = "0.19" }
42+
validator = { version = "0.20" }
4343
uuid = { version = "1.6.0", features = ["v4"] }
4444
{%- endif %}
4545

0 commit comments

Comments
 (0)