Skip to content

build(deps): bump the patch-updates group with 9 updates#953

Merged
pamburus merged 1 commit intomasterfrom
dependabot/cargo/patch-updates-e49e1866cd
Jun 20, 2025
Merged

build(deps): bump the patch-updates group with 9 updates#953
pamburus merged 1 commit intomasterfrom
dependabot/cargo/patch-updates-e49e1866cd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 20, 2025

Bumps the patch-updates group with 9 updates:

Package From To
pest 2.8.0 2.8.1
pest_derive 2.8.0 2.8.1
errno 0.3.12 0.3.13
libc 0.2.173 0.2.174
pest_generator 2.8.0 2.8.1
pest_meta 2.8.0 2.8.1
slab 0.4.9 0.4.10
zerocopy 0.8.25 0.8.26
zerocopy-derive 0.8.25 0.8.26

Updates pest from 2.8.0 to 2.8.1

Release notes

Sourced from pest's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates pest_derive from 2.8.0 to 2.8.1

Release notes

Sourced from pest_derive's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates errno from 0.3.12 to 0.3.13

Changelog

Sourced from errno's changelog.

[0.3.13] - 2025-06-19

  • Update windows-sys requirement from >=0.52, =0.52, <=0.60 #113
Commits

Updates libc from 0.2.173 to 0.2.174

Release notes

Sourced from libc's releases.

0.2.174

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)
Changelog

Sourced from libc's changelog.

0.2.174 - 2025-06-17

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)
Commits
  • ea6f07f Merge pull request #4500 from tgross35/release
  • ce31fda chore: release libc 0.2.174
  • 296b580 Merge pull request #4499 from tgross35/backport-hungarian-wax
  • 264a539 Add missing timespec.tv_nsec for gnux32
  • 7d92568 fix: use nlink_t type for st_nlink in struct stat definition for NuttX
  • 790180b Remove unessecary semicolons from definitions of CMSG_NXTHDR.
  • 1e99d50 make pidfd_info fields pub
  • c08c507 openbsd: Fix some clippy warnings to use pointer::cast.
  • 5134058 Allow new unpredictable_function_pointer_comparisons lints
  • See full diff in compare view

Updates pest_generator from 2.8.0 to 2.8.1

Release notes

Sourced from pest_generator's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates pest_meta from 2.8.0 to 2.8.1

Release notes

Sourced from pest_meta's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates slab from 0.4.9 to 0.4.10

Release notes

Sourced from slab's releases.

v0.4.10

  • Add Slab::get_disjoint_mut (#149)
  • Drop build script and autocfg dependency (#150)
  • Fix redundant import warning in no_std builds (#143)
  • Fix clippy::needless_lifetimes warning (#147)
  • Internal CI improvements (#141, #146)
Changelog

Sourced from slab's changelog.

0.4.10 (June 15, 2025)

  • Add Slab::get_disjoint_mut (#149)
  • Drop build script and autocfg dependency (#150)
  • Fix redundant import warning in no_std builds (#143)
  • Fix clippy::needless_lifetimes warning (#147)
  • Internal CI improvements (#141, #146)
Commits

Updates zerocopy from 0.8.25 to 0.8.26

Release notes

Sourced from zerocopy's releases.

v0.8.26

What's Changed

... (truncated)

Commits

Updates zerocopy-derive from 0.8.25 to 0.8.26

Release notes

Sourced from zerocopy-derive's releases.

v0.8.26

What's Changed

... (truncated)

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 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 <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-updates group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [pest](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.12` | `0.3.13` |
| [libc](https://github.com/rust-lang/libc) | `0.2.173` | `0.2.174` |
| [pest_generator](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [pest_meta](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.9` | `0.4.10` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.25` | `0.8.26` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.25` | `0.8.26` |


Updates `pest` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `pest_derive` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `errno` from 0.3.12 to 0.3.13
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.12...v0.3.13)

Updates `libc` from 0.2.173 to 0.2.174
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.173...0.2.174)

Updates `pest_generator` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `pest_meta` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `slab` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.9...v0.4.10)

Updates `zerocopy` from 0.8.25 to 0.8.26
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.25...v0.8.26)

Updates `zerocopy-derive` from 0.8.25 to 0.8.26
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.25...v0.8.26)

---
updated-dependencies:
- dependency-name: pest
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: pest_derive
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: errno
  dependency-version: 0.3.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: libc
  dependency-version: 0.2.174
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: pest_generator
  dependency-version: 2.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: pest_meta
  dependency-version: 2.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: slab
  dependency-version: 0.4.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: zerocopy
  dependency-version: 0.8.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: zerocopy-derive
  dependency-version: 0.8.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Jun 20, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.92%. Comparing base (f740f75) to head (25e51a9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #953   +/-   ##
=======================================
  Coverage   82.92%   82.92%           
=======================================
  Files          47       47           
  Lines       13035    13035           
=======================================
  Hits        10809    10809           
  Misses       2226     2226           

☔ 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.

@pamburus pamburus merged commit 97268e9 into master Jun 20, 2025
8 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-e49e1866cd branch June 20, 2025 20:39
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