Skip to content

Commit 95620d8

Browse files
committed
📌 Switch API validation dependencies
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent 6f60472 commit 95620d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0.83"
1818
axum = { version = "0.7.5", features = ["json"] }
1919
clap = { version = "4.5.3", features = ["derive", "env"] }
2020
futures = "0.3.30"
21-
garde = { version = "0.18.0", features = ["full"] }
21+
garde = { version = "0.18.0", features = ["full"] } # For API validation
2222
ginepro = "0.7.2"
2323
mio = "0.8.11"
2424
prost = "0.12.3"
@@ -35,7 +35,6 @@ tracing = "0.1.40"
3535
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
3636
url = "2.5.0"
3737
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
38-
validator = { version = "0.18.1", features = ["derive"] } # For API validation
3938

4039
[build-dependencies]
4140
tonic-build = "0.11.0"

0 commit comments

Comments
 (0)