Skip to content

Commit 4724e93

Browse files
fix(deps): update rust crate jsonschema to 0.33
1 parent b4e8407 commit 4724e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ path = "src/main.rs"
1616
schemars = "0.8"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
19-
jsonschema = "0.17"
19+
jsonschema = "0.33"

0 commit comments

Comments
 (0)