Skip to content

Commit 35a5211

Browse files
committed
dep(validate): update to jsonschema v0.20
1 parent d74d92d commit 35a5211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["science", "data-structures"]
1414
blocking = ["tokio/rt"]
1515

1616
[dependencies]
17-
jsonschema = "0.19"
17+
jsonschema = "0.20"
1818
reqwest = { version = "0.12", features = ["blocking", "json"] }
1919
serde = "1"
2020
serde_json = "1"

0 commit comments

Comments
 (0)