Skip to content

chore(deps-rs): bump the patch group with 2 updates - #3132

Merged
aborgna-q merged 1 commit into
mainfrom
dependabot/cargo/patch-53564a49d7
Jul 7, 2026
Merged

aborgna-q merged 1 commit into
mainfrom
dependabot/cargo/patch-53564a49d7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch group with 2 updates: 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

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

Bumps the patch group with 2 updates: [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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added A-rust Area: Rust code X-dependabot Dependabot dependency update labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 1, 2026 23:34
@dependabot dependabot Bot added the X-dependabot Dependabot dependency update label Jul 1, 2026
@dependabot
dependabot Bot requested a review from doug-q July 1, 2026 23:34
@dependabot dependabot Bot added the A-rust Area: Rust code label Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.30%. Comparing base (516d355) to head (1bb4bf8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3132   +/-   ##
=======================================
  Coverage   81.30%   81.30%           
=======================================
  Files         242      242           
  Lines       46862    46862           
  Branches    40549    40549           
=======================================
  Hits        38103    38103           
  Misses       6767     6767           
  Partials     1992     1992           
Flag Coverage Δ
python 89.49% <ø> (ø)
rust 80.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aborgna-q
aborgna-q added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit bd187f2 Jul 7, 2026
35 checks passed
@aborgna-q
aborgna-q deleted the dependabot/cargo/patch-53564a49d7 branch July 7, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rust Area: Rust code X-dependabot Dependabot dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant