Skip to content

Commit

Permalink
📌 Switch API validation dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
  • Loading branch information
evaline-ju committed May 22, 2024
1 parent 6f60472 commit 95620d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.83"
axum = { version = "0.7.5", features = ["json"] }
clap = { version = "4.5.3", features = ["derive", "env"] }
futures = "0.3.30"
garde = { version = "0.18.0", features = ["full"] }
garde = { version = "0.18.0", features = ["full"] } # For API validation
ginepro = "0.7.2"
mio = "0.8.11"
prost = "0.12.3"
Expand All @@ -35,7 +35,6 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
url = "2.5.0"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
validator = { version = "0.18.1", features = ["derive"] } # For API validation

[build-dependencies]
tonic-build = "0.11.0"
Expand Down

0 comments on commit 95620d8

Please sign in to comment.