We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
validator
thiserror
1 parent 6c80297 commit 052c2b1Copy full SHA for 052c2b1
Cargo.toml
@@ -12,14 +12,14 @@ rust-version = "1.72"
12
13
[dependencies]
14
actix-web = "4"
15
-thiserror = "1"
16
-validator = { version = "0.18", optional = true }
+thiserror = "2"
+validator = { version = "0.19", optional = true }
17
garde = { version = "0.20", optional = true }
18
19
[dev-dependencies]
20
serde = { version = "1", features = ["derive"]}
21
serde_json = "1"
22
-validator = { version = "0.18", features = ["derive"] }
+validator = { version = "0.19", features = ["derive"] }
23
garde = { version = "0.20", features = ["derive"] }
24
derive_more = { version = "1", features = ["display"] }
25
0 commit comments