Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
trybuild = "1"
utoipa = { version = "5", features = ["chrono", "uuid"] }
validator = { version = "0.20", features = ["derive"] }
validator = { version = "0.21", features = ["derive"] }

# One lint policy for every crate. Pedantic is on: what stays allowed
# is listed here with the reason, instead of a per-crate pile of
Expand Down
2 changes: 1 addition & 1 deletion crates/entity-derive-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sqlx = { version = "0.9", features = [
] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
utoipa = { version = "5", features = ["chrono", "uuid"] }
validator = { version = "0.20", features = ["derive"] }
validator = { version = "0.21", features = ["derive"] }
entity-core = { path = "../entity-core" }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/entity-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sqlx = { version = "0.9", features = [
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
utoipa = { version = "5", features = ["chrono", "uuid"] }
validator = { version = "0.20", features = ["derive"] }
validator = { version = "0.21", features = ["derive"] }
axum = "0.8"
tower = { version = "0.5", features = ["util"] }
garde = { version = "0.23", features = ["derive", "email", "url"] }
Expand Down
Loading