Skip to content

Commit

Permalink
Upgraded validator and thiserror crates (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranger-ross authored Nov 17, 2024
1 parent 6c80297 commit 052c2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ rust-version = "1.72"

[dependencies]
actix-web = "4"
thiserror = "1"
validator = { version = "0.18", optional = true }
thiserror = "2"
validator = { version = "0.19", optional = true }
garde = { version = "0.20", optional = true }

[dev-dependencies]
serde = { version = "1", features = ["derive"]}
serde_json = "1"
validator = { version = "0.18", features = ["derive"] }
validator = { version = "0.19", features = ["derive"] }
garde = { version = "0.20", features = ["derive"] }
derive_more = { version = "1", features = ["display"] }

Expand Down

0 comments on commit 052c2b1

Please sign in to comment.