Skip to content

build(deps): bump the rust-dependencies group across 5 directories with 2 updates#757

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rust-dependencies-c5a41618ba
Open

build(deps): bump the rust-dependencies group across 5 directories with 2 updates#757
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rust-dependencies-c5a41618ba

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 2 updates in the / directory: anyhow and jsonschema.
Bumps the rust-dependencies group with 2 updates in the /bindings/ffi directory: anyhow and jsonschema.
Bumps the rust-dependencies group with 2 updates in the /bindings/java directory: anyhow and jsonschema.
Bumps the rust-dependencies group with 2 updates in the /bindings/python directory: anyhow and jsonschema.
Bumps the rust-dependencies group with 2 updates in the /bindings/wasm directory: anyhow and jsonschema.

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates jsonschema from 0.46.6 to 0.46.8

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Ruby] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Rust] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Changelog

Sourced from jsonschema's changelog.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 7d9bf0d chore(ruby): Release 0.46.8
  • 490681c chore: Automate releases
  • 4bbbe64 chore(python): Release 0.46.8
  • cdbadbf chore(rust): Release 0.46.8
  • 7a607ee fix: `idn-email` format rejected non-ASCII characters in quoted local parts
  • 464f697 build(deps): bump crates/jsonschema/tests/suite
  • c81ce81 chore(ruby): Release 0.46.7
  • 15ecbf3 chore(python): Release 0.46.7
  • 9b64905 chore(rust): Release 0.46.7
  • affcf0a fix(deps): enable getrandom wasm_js backend for codspeed 5.0
  • Additional commits viewable in compare view

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates jsonschema from 0.46.6 to 0.46.8

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Ruby] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Rust] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Changelog

Sourced from jsonschema's changelog.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 7d9bf0d chore(ruby): Release 0.46.8
  • 490681c chore: Automate releases
  • 4bbbe64 chore(python): Release 0.46.8
  • cdbadbf chore(rust): Release 0.46.8
  • 7a607ee fix: `idn-email` format rejected non-ASCII characters in quoted local parts
  • 464f697 build(deps): bump crates/jsonschema/tests/suite
  • c81ce81 chore(ruby): Release 0.46.7
  • 15ecbf3 chore(python): Release 0.46.7
  • 9b64905 chore(rust): Release 0.46.7
  • affcf0a fix(deps): enable getrandom wasm_js backend for codspeed 5.0
  • Additional commits viewable in compare view

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates jsonschema from 0.46.6 to 0.46.8

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Ruby] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Rust] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Changelog

Sourced from jsonschema's changelog.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 7d9bf0d chore(ruby): Release 0.46.8
  • 490681c chore: Automate releases
  • 4bbbe64 chore(python): Release 0.46.8
  • cdbadbf chore(rust): Release 0.46.8
  • 7a607ee fix: `idn-email` format rejected non-ASCII characters in quoted local parts
  • 464f697 build(deps): bump crates/jsonschema/tests/suite
  • c81ce81 chore(ruby): Release 0.46.7
  • 15ecbf3 chore(python): Release 0.46.7
  • 9b64905 chore(rust): Release 0.46.7
  • affcf0a fix(deps): enable getrandom wasm_js backend for codspeed 5.0
  • Additional commits viewable in compare view

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates jsonschema from 0.46.6 to 0.46.8

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Ruby] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Rust] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Changelog

Sourced from jsonschema's changelog.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 7d9bf0d chore(ruby): Release 0.46.8
  • 490681c chore: Automate releases
  • 4bbbe64 chore(python): Release 0.46.8
  • cdbadbf chore(rust): Release 0.46.8
  • 7a607ee fix: `idn-email` format rejected non-ASCII characters in quoted local parts
  • 464f697 build(deps): bump crates/jsonschema/tests/suite
  • c81ce81 chore(ruby): Release 0.46.7
  • 15ecbf3 chore(python): Release 0.46.7
  • 9b64905 chore(rust): Release 0.46.7
  • affcf0a fix(deps): enable getrandom wasm_js backend for codspeed 5.0
  • Additional commits viewable in compare view

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates jsonschema from 0.46.6 to 0.46.8

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Ruby] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).

[Rust] Release 0.46.7

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Changelog

Sourced from jsonschema's changelog.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 7d9bf0d chore(ruby): Release 0.46.8
  • 490681c chore: Automate releases
  • 4bbbe64 chore(python): Release 0.46.8
  • cdbadbf chore(rust): Release 0.46.8
  • 7a607ee fix: `idn-email` format rejected non-ASCII characters in quoted local parts
  • 464f697 build(deps): bump crates/jsonschema/tests/suite
  • c81ce81 chore(ruby): Release 0.46.7
  • 15ecbf3 chore(python): Release 0.46.7
  • 9b64905 chore(rust): Release 0.46.7
  • affcf0a fix(deps): enable getrandom wasm_js backend for codspeed 5.0
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 2 updates

Bumps the rust-dependencies group with 2 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow) and [jsonschema](https://github.com/Stranger6667/jsonschema).
Bumps the rust-dependencies group with 2 updates in the /bindings/ffi directory: [anyhow](https://github.com/dtolnay/anyhow) and [jsonschema](https://github.com/Stranger6667/jsonschema).
Bumps the rust-dependencies group with 2 updates in the /bindings/java directory: [anyhow](https://github.com/dtolnay/anyhow) and [jsonschema](https://github.com/Stranger6667/jsonschema).
Bumps the rust-dependencies group with 2 updates in the /bindings/python directory: [anyhow](https://github.com/dtolnay/anyhow) and [jsonschema](https://github.com/Stranger6667/jsonschema).
Bumps the rust-dependencies group with 2 updates in the /bindings/wasm directory: [anyhow](https://github.com/dtolnay/anyhow) and [jsonschema](https://github.com/Stranger6667/jsonschema).


Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `jsonschema` from 0.46.6 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.8)

Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `jsonschema` from 0.46.6 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.8)

Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `jsonschema` from 0.46.6 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.8)

Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `jsonschema` from 0.46.6 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.8)

Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `jsonschema` from 0.46.6 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.8)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants