Skip to content

Commit ff24937

Browse files
authored
Bump jsonschema from 0.32.1 to 0.33.0 (#875)
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.32.1 to 0.33.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/releases">jsonschema's releases</a>.</em></p> <blockquote> <h2>[Python] Release 0.33.0</h2> <h3>Fixed</h3> <ul> <li><code>instance_path</code> segments are now unescaped when iterating. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/788">#788</a></li> </ul> <h2>[Rust] Release 0.33.0</h2> <h3>Fixed</h3> <ul> <li><strong>BREAKING</strong>: <code>instance_path</code> segments are now unescaped when iterating. <code>LocationSegment::Property</code> now holds <code>Cow&lt;'_, str&gt;</code> and <code>LocationSegment</code> is no longer <code>Copy</code>. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/788">#788</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">jsonschema's changelog</a>.</em></p> <blockquote> <h2>[0.33.0] - 2025-08-24</h2> <h3>Fixed</h3> <ul> <li><strong>BREAKING</strong>: <code>instance_path</code> segments are now unescaped when iterating. <code>LocationSegment::Property</code> now holds <code>Cow&lt;'_, str&gt;</code> and <code>LocationSegment</code> is no longer <code>Copy</code>. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/788">#788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stranger6667/jsonschema/commit/c6ee21efc29083422e466aceb2a15bf1e50c83b3"><code>c6ee21e</code></a> chore(rust): Release 0.33.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/1771138bb5c2d3282971ebf7211de7873d57564a"><code>1771138</code></a> chore: Fix clippy</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/9991acafc8bcdf88bb43e8bf42e9b214de07559a"><code>9991aca</code></a> fix: <code>instance_path</code> segments are now unescaped when iterating</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/262d79c99a35cfecd237cfa368cfa52fd94071f3"><code>262d79c</code></a> build(deps): bump crates/jsonschema-referencing/tests/suite</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/396ba0656916f3c97e0647aeee2cb5ecf27a044d"><code>396ba06</code></a> build(deps): bump actions/download-artifact from 4 to 5</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/bb6fa2d5fd55da78ee19269e18a2768af738df9a"><code>bb6fa2d</code></a> chore(python): Release 0.32.1</li> <li>See full diff in <a href="https://github.com/Stranger6667/jsonschema/compare/rust-v0.32.1...rust-v0.33.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonschema&package-manager=cargo&previous-version=0.32.1&new-version=0.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents c43fc9e + 041057f commit ff24937

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

serde_with/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ time_0_3 = { package = "time", version = "~0.3.36", optional = true, default-fea
164164
expect-test = "1.5.0"
165165
fnv = "1.0.6"
166166
glob = "0.3.0"
167-
jsonschema = { version = "0.32.1", default-features = false, features = ["resolve-file"] }
167+
jsonschema = { version = "0.33.0", default-features = false, features = ["resolve-file"] }
168168
mime = "0.3.16"
169169
pretty_assertions = "1.4.0"
170170
regex = { version = "1.11.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)