Skip to content

Commit c5362e0

Browse files
chore(deps): bump jsonschema to 0.49
No code changes required. The Retrieve trait impl and options() builder used for $ref resolution in the IDP schema migration are unchanged across 0.47-0.49. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 53d18ca commit c5362e0

2 files changed

Lines changed: 47 additions & 16 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ serde-wasm-bindgen = { version = "0.6", optional = true }
163163

164164
# RNG support in browser WASM (getrandom 0.4 — wasm_js feature enables JS crypto API)
165165
getrandom = { version = "0.4", features = ["wasm_js"], optional = true }
166-
jsonschema = { version = "0.46.5", default-features = false }
166+
jsonschema = { version = "0.49.1", default-features = false }
167167
jaq-core = "3.1.0"
168168
jaq-std = "3.0.1"
169169
jaq-json = { version = "2.0.1", features = ["serde"] }

0 commit comments

Comments
 (0)