Skip to content

Commit aea0bec

Browse files
chore(deps): Bump jsonschema to 0.38.1 in Cargo.toml (#1598)
1 parent f6183d9 commit aea0bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ grok = { version = "2.4", optional = true }
244244
onig = { version = "6", default-features = false, optional = true }
245245
tokio = { version = "1.45", optional = true, features = ["io-util", "macros", "net", "time", "sync", "rt", "rt-multi-thread"] }
246246
uuid = { version = "1", features = ["v4", "v7"], optional = true }
247-
jsonschema = { version = "0.37.4", default-features = false }
247+
jsonschema = { version = "0.38.1", default-features = false }
248248

249249
# Dependencies used for WASM
250250
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)