Skip to content

Commit 01067f8

Browse files
authored
chore: Update jsonschema to 0.28.0 (#2870)
* chore: Update jsonschema to 0.28.0 Signed-off-by: Dmitry Dygalo <[email protected]> * chore: Enable blocking feature for reqwest Signed-off-by: Dmitry Dygalo <[email protected]> --------- Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 4f7e00f commit 01067f8

File tree

5 files changed

+180
-47
lines changed

5 files changed

+180
-47
lines changed

Cargo.lock

Lines changed: 175 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backends/v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap = { version = "4.4.5", features = ["derive", "env"] }
2323
grpc-metadata = { path = "../grpc-metadata" }
2424
futures = "0.3.28"
2525
hf-hub = { workspace = true }
26-
jsonschema = { version = "0.17.1", features = ["draft202012"] }
26+
jsonschema = { version = "0.28.0" }
2727
metrics = { workspace = true }
2828
metrics-exporter-prometheus = { workspace = true }
2929
nohash-hasher = "0.2.0"

0 commit comments

Comments
 (0)