Skip to content

Commit f1f8ab7

Browse files
committed
Updated validator
1 parent ae993b4 commit f1f8ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

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)