Skip to content

Bump the minor-patch group across 1 directory with 12 updates#62

Merged
eppixx merged 1 commit intomainfrom
dependabot/cargo/minor-patch-0141fcb303
Mar 2, 2026
Merged

Bump the minor-patch group across 1 directory with 12 updates#62
eppixx merged 1 commit intomainfrom
dependabot/cargo/minor-patch-0141fcb303

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the minor-patch group with 11 updates in the / directory:

Package From To
dispatch2 0.3.0 0.3.1
libredox 0.1.12 0.1.14
objc2 0.6.3 0.6.4
pin-project-lite 0.2.16 0.2.17
piper 0.2.4 0.2.5
pxfm 0.1.27 0.1.28
regex-syntax 0.8.9 0.8.10
rgb 0.8.52 0.8.53
tempfile 3.25.0 3.26.0
tokio-macros 2.6.0 2.6.1
zerocopy 0.8.39 0.8.40

Updates dispatch2 from 0.3.0 to 0.3.1

Commits
  • 8852b42 Bump objc2 0.6.3 -> 0.6.4
  • 2d39cba Cherry-pick ae1c875 for objc2 v0.6.4
  • 2ace80b Cherry-pick relevant parts of 9bd26ee for objc2 v0.6.4
  • 6780851 Bump dispatch2 0.3.0 -> 0.3.1
  • ad96317 Cherry-pick e429f0a for dispatch2 v0.3.1
  • ee273d9 Cherry-pick a4821be for dispatch2 v0.3.1
  • b4167b5 Fix documentation on docs.rs
  • f5df468 Bump objc2 0.6.1 -> 0.6.2
  • 1942c3e Allow unpredictable_function_pointer_comparisons
  • f6eb40d Relax signed encoding checks for register-sized integers
  • Additional commits viewable in compare view

Updates libredox from 0.1.12 to 0.1.14

Updates objc2 from 0.6.3 to 0.6.4

Commits
  • 8852b42 Bump objc2 0.6.3 -> 0.6.4
  • 2d39cba Cherry-pick ae1c875 for objc2 v0.6.4
  • 2ace80b Cherry-pick relevant parts of 9bd26ee for objc2 v0.6.4
  • 6780851 Bump dispatch2 0.3.0 -> 0.3.1
  • ad96317 Cherry-pick e429f0a for dispatch2 v0.3.1
  • ee273d9 Cherry-pick a4821be for dispatch2 v0.3.1
  • See full diff in compare view

Updates pin-project-lite from 0.2.16 to 0.2.17

Release notes

Sourced from pin-project-lite's releases.

0.2.17

Changelog

Sourced from pin-project-lite's changelog.

[0.2.17] - 2026-02-27

Commits
  • 3bdf763 Release 0.2.17
  • 1743702 Update changelog
  • be3eb1a Add comment about rust-version field to Cargo.toml
  • 2b5f66d Update allowed lint list
  • c7495a0 tools: Update tidy.sh
  • aa30a9f Apply clippy to doctest
  • 0944bb9 Update .deny.toml
  • 401bd71 rustfmt: Set hex_literal_case = "Upper"
  • 28c4fec test: Update lint test
  • 67a0449 tests: Update ui test output to nightly-2025-12-04
  • Additional commits viewable in compare view

Updates piper from 0.2.4 to 0.2.5

Release notes

Sourced from piper's releases.

v0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Changelog

Sourced from piper's changelog.

Version 0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Commits
  • 85da45e v0.2.5
  • 6dd31ba Add a test to verify that closing the write side doesn't break the reader side.
  • f072208 Switch ordering of closed load to use Acquire instead of Relaxed.
  • a7614f2 Fix ordering of available data check.
  • aa05148 Update criterion requirement from 0.7 to 0.8 (#29)
  • 3d62a59 feat: Implement AsyncBufRead and related methods on Reader and Writer for dir...
  • 6581c84 Update criterion requirement from 0.6 to 0.7 (#28)
  • e198ca3 Update criterion requirement from 0.4 to 0.6 (#25)
  • db2dcb8 Fix crates.io description for v0.2 reduced scope (#26)
  • 30dd8ec Fix typo (#21)
  • Additional commits viewable in compare view

Updates pxfm from 0.1.27 to 0.1.28

Release notes

Sourced from pxfm's releases.

0.1.28

What's Changed

New Contributors

Full Changelog: awxkee/pxfm@0.1.27...0.1.28

Commits

Updates regex-syntax from 0.8.9 to 0.8.10

Commits

Updates rgb from 0.8.52 to 0.8.53

Commits

Updates tempfile from 3.25.0 to 3.26.0

Changelog

Sourced from tempfile's changelog.

3.26.0

Commits

Updates tokio-macros from 2.6.0 to 2.6.1

Commits

Updates zerocopy from 0.8.39 to 0.8.40

Release notes

Sourced from zerocopy's releases.

v0.8.40

What's Changed

Full Changelog: google/zerocopy@v0.8.39...v0.8.40

Commits

Updates zerocopy-derive from 0.8.39 to 0.8.40

Release notes

Sourced from zerocopy-derive's releases.

v0.8.40

What's Changed

Full Changelog: google/zerocopy@v0.8.39...v0.8.40

Commits

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 minor-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dispatch2](https://github.com/madsmtm/objc2) | `0.3.0` | `0.3.1` |
| libredox | `0.1.12` | `0.1.14` |
| [objc2](https://github.com/madsmtm/objc2) | `0.6.3` | `0.6.4` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.16` | `0.2.17` |
| [piper](https://github.com/smol-rs/piper) | `0.2.4` | `0.2.5` |
| [pxfm](https://github.com/awxkee/pxfm) | `0.1.27` | `0.1.28` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.9` | `0.8.10` |
| [rgb](https://github.com/kornelski/rust-rgb) | `0.8.52` | `0.8.53` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` |
| [tokio-macros](https://github.com/tokio-rs/tokio) | `2.6.0` | `2.6.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.39` | `0.8.40` |



Updates `dispatch2` from 0.3.0 to 0.3.1
- [Commits](madsmtm/objc2@dispatch2-0.3.0...dispatch2-0.3.1)

Updates `libredox` from 0.1.12 to 0.1.14

Updates `objc2` from 0.6.3 to 0.6.4
- [Commits](madsmtm/objc2@objc2-0.6.3...objc2-0.6.4)

Updates `pin-project-lite` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.16...v0.2.17)

Updates `piper` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/smol-rs/piper/releases)
- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)
- [Commits](smol-rs/piper@v0.2.4...v0.2.5)

Updates `pxfm` from 0.1.27 to 0.1.28
- [Release notes](https://github.com/awxkee/pxfm/releases)
- [Commits](awxkee/pxfm@0.1.27...0.1.28)

Updates `regex-syntax` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.9...regex-syntax-0.8.10)

Updates `rgb` from 0.8.52 to 0.8.53
- [Changelog](https://github.com/kornelski/rust-rgb/blob/main/CHANGELOG.md)
- [Commits](kornelski/rust-rgb@v0.8.52...v0.8.53)

Updates `tempfile` from 3.25.0 to 3.26.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0)

Updates `tokio-macros` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-macros-2.6.0...tokio-macros-2.6.1)

Updates `zerocopy` from 0.8.39 to 0.8.40
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.39...v0.8.40)

Updates `zerocopy-derive` from 0.8.39 to 0.8.40
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.39...v0.8.40)

---
updated-dependencies:
- dependency-name: dispatch2
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: libredox
  dependency-version: 0.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: objc2
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pin-project-lite
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: piper
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pxfm
  dependency-version: 0.1.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex-syntax
  dependency-version: 0.8.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rgb
  dependency-version: 0.8.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tempfile
  dependency-version: 3.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: tokio-macros
  dependency-version: 2.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: zerocopy
  dependency-version: 0.8.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: zerocopy-derive
  dependency-version: 0.8.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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 Mar 2, 2026
@eppixx eppixx merged commit 5ea71bf into main Mar 2, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-0141fcb303 branch March 2, 2026 19:37
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.

1 participant