Skip to content

chore(deps-rs): bump the patch group across 1 directory with 10 updates#3045

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/patch-336f423cbe
Open

chore(deps-rs): bump the patch group across 1 directory with 10 updates#3045
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/patch-336f423cbe

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the patch group with 10 updates in the / directory:

Package From To
capnp 0.25.2 0.25.4
jsonschema 0.46.2 0.46.4
pastey 0.2.1 0.2.2
semver 1.0.27 1.0.28
clap 4.6.0 4.6.1
assert_cmd 2.2.0 2.2.1
rustc-hash 2.1.1 2.1.2
portgraph 0.16.0 0.16.1
pyo3 0.28.2 0.28.3
cc 1.2.57 1.2.61

Updates capnp from 0.25.2 to 0.25.4

Commits
  • 05fde90 prepare for capnp-v0.25.4 release
  • 45a0d62 add negative_pointer_offset test
  • 735e82e avoid possible panic in ReaderArena.check_offset()
  • 669b537 deny(clippy::cast_possible_truncation)
  • 26ba5c3 prepare for capnpc-v0.25.3 release
  • 4559a5d remove no-longer needed 'allow(unreachable_pub)'
  • 9a53aff pub(crate) in generated code (#642)
  • 4979c6c pub(crate) except generated code (#643)
  • 611f437 prepare for capnp-v0.25.3 release
  • e385551 prepare for capnpc-v0.25.2 release
  • Additional commits viewable in compare view

Updates jsonschema from 0.46.2 to 0.46.4

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.4

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

[Rust] Release 0.46.4

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

[Ruby] Release 0.46.4

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

[Python] Release 0.46.3

Fixed

  • Memory not reclaimed when a validator for a schema with recursive $ref or $dynamicRef is dropped. #1125

[Ruby] Release 0.46.3

Fixed

  • Memory not reclaimed when a validator for a schema with recursive $ref or $dynamicRef is dropped. #1125

[Rust] Release 0.46.3

Fixed

  • Memory not reclaimed when a Validator for a schema with recursive $ref or $dynamicRef is dropped. #1125
  • Compilation failure on wasm32-wasip1 and wasm32-unknown-emscripten targets.
Changelog

Sourced from jsonschema's changelog.

[0.46.4] - 2026-05-01

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

[0.46.3] - 2026-04-28

Fixed

  • Memory not reclaimed when a Validator for a schema with recursive $ref or $dynamicRef is dropped. #1125
  • Compilation failure on wasm32-wasip1 and wasm32-unknown-emscripten targets.
Commits
  • d87ce88 chore(ruby): Release 0.46.4
  • ba1ed52 chore(python): Release 0.46.4
  • f1a8764 chore(rust): Release 0.46.4
  • 7dc8d6b fix: Panic in the regex engine when matching against patterns with very large...
  • ab3a91f chore(ruby): Release 0.46.3
  • a3185c1 chore(python): Release 0.46.3
  • 6cf992f chore(rust): Release 0.46.3
  • ef3daeb build(deps): update serde-saphyr requirement from 0.0.24 to 0.0.25
  • cd85221 fix: Compilation failure on wasm32 targets with the resolve-async feature
  • ee4fd16 chore: fix msrv
  • Additional commits viewable in compare view

Updates pastey from 0.2.1 to 0.2.2

Release notes

Sourced from pastey's releases.

v0.2.2

What's Changed

New Contributors

Full Changelog: CHANGELOG.md

Changelog

Sourced from pastey's changelog.

[0.2.2] - 2026-04-23

Improved

  • Improved Code Coverage #28, #30

Fixed

  • Rust 1.56 compatibility: Handling None-delimited groups in replace modifier #25
Commits
  • f91b0f4 RELEASE v0.2.2
  • 93387eb add coverage on CI (#30)
  • 113fbc1 increase the code coverage (#28)
  • 4369237 Fix CI Rust 1.56 failure: pin dissimilar to 1.0.10
  • 6e3ef4a Fix Rust 1.56 compatibility: Handle None-delimited groups in replace modifier...
  • See full diff in compare view

Updates semver from 1.0.27 to 1.0.28

Release notes

Sourced from semver's releases.

1.0.28

  • Documentation improvements
Commits
  • 7625c7a Release 1.0.28
  • fd404d0 Merge pull request 351 from czy-29/master
  • f75f26e The doc_auto_cfg and doc_cfg features have been merged
  • 9e2bfa2 Enable serde on docs.rs and automatically add serde flag to the docs
  • 8591f23 Unpin CI miri toolchain
  • 66bdd2c Pin CI miri to nightly-2026-02-11
  • 324ffce Switch from cargo bench to criterion
  • 34133a5 Update actions/upload-artifact@v5 -> v6
  • 7f935ff Update actions/upload-artifact@v4 -> v5
  • c07fb91 Switch from test::black_box to std::hint::black_box
  • Additional commits viewable in compare view

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Updates assert_cmd from 2.2.0 to 2.2.1

Changelog

Sourced from assert_cmd's changelog.

[2.2.1] - 2026-04-17

Internal

  • Dependency update
Commits
  • eea8a1c chore: Release assert_cmd version 2.2.1
  • cd6828c docs: Update changelog
  • c771f78 Merge pull request #286 from assert-rs/renovate/j178-prek-action-2.x
  • 4d63465 chore(deps): Update j178/prek-action action to v2
  • 4728aea Merge pull request #284 from sendittothenewts/anstream-v1
  • 1e5a36f chore(deps): Drop support for Rust crate anstream v0.6
  • 2429682 chore(deps): Update Rust crate anstream to v1
  • See full diff in compare view

Updates rustc-hash from 2.1.1 to 2.1.2

Changelog

Sourced from rustc-hash's changelog.

2.1.2

Commits
  • fdb275c Merge pull request #67 from Noratrieb/new-version
  • acafa43 Prepare 2.1.2
  • 140e525 Merge pull request #65 from morrisonlevi/split_first_chunk
  • f061387 style: use consistent range format
  • 211455c refactor!: use split_first_chunk to help optimizer
  • 464a82f Merge pull request #63 from estebank/const-Default
  • 2170d5e On nightly, impl const Default
  • 1a998d5 Merge pull request #62 from CryZe/128-bit-on-more-platforms
  • 6849c16 Use 128-bit Widening Multiply on More Platforms
  • See full diff in compare view

Updates portgraph from 0.16.0 to 0.16.1

Release notes

Sourced from portgraph's releases.

v0.16.1

New Features

  • Add layout options to mermaid renderer (#288)
Changelog

Sourced from portgraph's changelog.

0.16.1 - 2026-04-13

New Features

  • Add layout options to mermaid renderer (#288)
Commits

Updates pyo3 from 0.28.2 to 0.28.3

Release notes

Sourced from pyo3's releases.

PyO3 0.28.3

This patch contains several fixes for stability of the PyO3 0.28.x series:

  • Python::attach and Python::try_attach will no longer return before the thread initializing the interpreter has finished runnning site.py when using the auto-initialize feature.
  • Fix unsoundness in PyBytesWriter::write_vectored when targeting the Python 3.15 prerelease interpreter.
  • Fix possible deadlock in .into_pyobject() implementation for C-like #[pyclass] enums.

A couple of edge cases causing compile failures were also fixed.

Thank you to the following contributors for the improvements:

@​alex @​bschoenmaeckers @​chirizxc @​davidhewitt @​Embers-of-the-Fire @​Icxolu @​maurosilber @​ngoldbaum

Changelog

Sourced from pyo3's changelog.

[0.28.3] - 2026-04-02

Fixed

  • Fix compile error with #[pyclass(get_all)] on a type named Probe. #5837
  • Fix compile error in debug builds related to _Py_NegativeRefcount with Python < 3.12. #5847
  • Fix a race condition where Python::attach or try_attach could return before site.py had finished running. #5903
  • Fix unsoundness in PyBytesWriter::write_vectored with Python 3.15 prerelease versions. #5907
  • Fix deadlock in .into_pyobject() implementation for C-like #[pyclass] enums. #5928
Commits

Updates cc from 1.2.57 to 1.2.61

Release notes

Sourced from cc's releases.

cc-v1.2.61

Other

  • fix OutputKind::Capture documentation (#1705)

cc-v1.2.60

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)

cc-v1.2.59

Fixed

  • (ar) deterministic archives with D modifier (#1697)

Other

  • Regenerate target info (#1698)
  • Fix target abi parsing for sanitiser targets (#1695)

cc-v1.2.58

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Changelog

Sourced from cc's changelog.

1.2.61 - 2026-04-24

Other

  • fix OutputKind::Capture documentation (#1705)

1.2.60 - 2026-04-10

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)

1.2.59 - 2026-04-03

Fixed

  • (ar) deterministic archives with D modifier (#1697)

Other

  • Regenerate target info (#1698)
  • Fix target abi parsing for sanitiser targets (#1695)

1.2.58 - 2026-03-27

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pyo3 [>= 0.20.a, < 0.21]
portgraph [< 0.13, > 0.12.2]

@dependabot dependabot Bot added A-rust Area: Rust code X-dependabot Dependabot dependency update labels Apr 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 29, 2026 23:36
@dependabot dependabot Bot requested a review from acl-cqc April 29, 2026 23:36
@dependabot dependabot Bot added X-dependabot Dependabot dependency update A-rust Area: Rust code labels Apr 29, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.09%. Comparing base (7ab5016) to head (8617ef8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3045   +/-   ##
=======================================
  Coverage   81.09%   81.09%           
=======================================
  Files         241      241           
  Lines       45054    45054           
  Branches    38822    38822           
=======================================
  Hits        36536    36536           
  Misses       6542     6542           
  Partials     1976     1976           
Flag Coverage Δ
python 88.89% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 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.

@dependabot dependabot Bot force-pushed the dependabot/cargo/patch-336f423cbe branch 2 times, most recently from e90ad1f to 54a55c2 Compare May 5, 2026 16:05
Bumps the patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [capnp](https://github.com/capnproto/capnproto-rust) | `0.25.2` | `0.25.4` |
| [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.46.2` | `0.46.4` |
| [pastey](https://github.com/as1100k/pastey) | `0.2.1` | `0.2.2` |
| [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` |
| [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` |
| [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.0` | `2.2.1` |
| [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.1` | `2.1.2` |
| [portgraph](https://github.com/Quantinuum/portgraph) | `0.16.0` | `0.16.1` |
| [pyo3](https://github.com/pyo3/pyo3) | `0.28.2` | `0.28.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.61` |



Updates `capnp` from 0.25.2 to 0.25.4
- [Commits](capnproto/capnproto-rust@capnp-v0.25.2...capnp-v0.25.4)

Updates `jsonschema` from 0.46.2 to 0.46.4
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@ruby-v0.46.2...ruby-v0.46.4)

Updates `pastey` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/as1100k/pastey/releases)
- [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md)
- [Commits](AS1100K/pastey@v0.2.1...v0.2.2)

Updates `semver` from 1.0.27 to 1.0.28
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.27...1.0.28)

Updates `clap` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1)

Updates `assert_cmd` from 2.2.0 to 2.2.1
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.2.0...v2.2.1)

Updates `rustc-hash` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.2)

Updates `portgraph` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/Quantinuum/portgraph/releases)
- [Changelog](https://github.com/Quantinuum/portgraph/blob/main/CHANGELOG.md)
- [Commits](Quantinuum/portgraph@v0.16.0...v0.16.1)

Updates `pyo3` from 0.28.2 to 0.28.3
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.28.2...v0.28.3)

Updates `cc` from 1.2.57 to 1.2.61
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.57...cc-v1.2.61)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: capnp
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-version: 1.2.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: jsonschema
  dependency-version: 0.46.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pastey
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: portgraph
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pyo3
  dependency-version: 0.28.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustc-hash
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: semver
  dependency-version: 1.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/patch-336f423cbe branch from 54a55c2 to 8617ef8 Compare May 6, 2026 23:35
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.

0 participants