Skip to content

Commit

Permalink
Upgrade garde to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Jul 5, 2024
1 parent 1b24cff commit 2ce1abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ serde_json = "1"
syn = "2.0"

actix-multipart = "0.6"
garde-actix-web = "0.8"
garde-actix-web = "0.9"
chrono = "0.4.20"
garde = { version = "0.19", features = ["derive", "serde"] }
garde = { version = "0.20", features = ["derive", "serde"] }
rust_decimal = "1"
serde_qs = "0.13"
shuttle-runtime = { version = "0.46", default-features = false }
Expand Down

0 comments on commit 2ce1abc

Please sign in to comment.