Skip to content

Bump the rust-minor-patch group with 11 updates#66

Merged
wdecoster merged 1 commit into
masterfrom
dependabot/cargo/rust-minor-patch-bd9643c4d9
Jun 2, 2026
Merged

Bump the rust-minor-patch group with 11 updates#66
wdecoster merged 1 commit into
masterfrom
dependabot/cargo/rust-minor-patch-bd9643c4d9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the rust-minor-patch group with 11 updates:

Package From To
autocfg 1.5.0 1.5.1
cc 1.2.61 1.2.63
either 1.15.0 1.16.0
libbz2-rs-sys 0.2.3 0.2.5
libz-ng-sys 1.1.28 1.1.29
libz-sys 1.1.28 1.1.29
memchr 2.8.0 2.8.1
shlex 1.3.0 2.0.1
typenum 1.20.0 1.20.1
zerocopy 0.8.48 0.8.50
zerocopy-derive 0.8.48 0.8.50

Updates autocfg from 1.5.0 to 1.5.1

Commits

Updates cc from 1.2.61 to 1.2.63

Release notes

Sourced from cc's releases.

cc-v1.2.63

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)

cc-v1.2.62

Other

  • Regenerate target info (#1721)
  • Allow exceptions on wasm platforms (#1714)
  • Add relibc env (#1710)
  • recognize sh4 architecture in parse_arch() (#1712)
Changelog

Sourced from cc's changelog.

1.2.63 - 2026-05-29

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)

1.2.62 - 2026-05-08

Other

  • Regenerate target info (#1721)
  • Allow exceptions on wasm platforms (#1714)
  • Add relibc env (#1710)
  • recognize sh4 architecture in parse_arch() (#1712)
Commits

Updates either from 1.15.0 to 1.16.0

Commits
  • 8f4ecd9 Merge pull request #138 from cuviper/release-1.16.0
  • c35bb4e Release 1.16.0
  • 652486e Fix an unused import
  • c26e693 Merge pull request #137 from ronnodas/map-both
  • aa7f1d4 Add a single-ident version of map_both!
  • a706625 Format the map_both! example
  • 85b1b56 Merge pull request #128 from A4-Tacks/for-both-ident-pattern
  • 304e814 Merge pull request #127 from A4-Tacks/map-or
  • ff9e326 Apply formatting suggestions from code review
  • 71c9a91 Merge pull request #126 from A4-Tacks/is-and
  • Additional commits viewable in compare view

Updates libbz2-rs-sys from 0.2.3 to 0.2.5

Release notes

Sourced from libbz2-rs-sys's releases.

v0.2.5

What's Changed

Full Changelog: trifectatechfoundation/libbzip2-rs@v0.2.4...v0.2.5

v0.2.4

A bunch of various fixes to make the Rust version match the C version, make documentation consistent and accurate, and work around some edge cases like very large allocations.

What's Changed

Full Changelog: trifectatechfoundation/libbzip2-rs@v0.2.3...v0.2.4

Commits
  • f47b114 bump version to 0.2.5
  • 4a4af7e fix logic error in blocksort
  • 71c89f6 bump version to 0.2.4
  • 973467c fix mismatch between doc and impl
  • ccdfb0e fix memory leak when allocator returns NULL
  • 259d5e7 fix aliasing issue in BZ2_bzWriteClose
  • ef1d9d2 fix aliasing issue in BZ2_bzReadClose
  • 4c26a67 validate verbosity in BZ2_bzBuffToBuffCompress
  • 9631e69 fix bug in write mode in bzopen_or_bzdopen
  • d99560a fix s -> state in the docs
  • Additional commits viewable in compare view

Updates libz-ng-sys from 1.1.28 to 1.1.29

Release notes

Sourced from libz-ng-sys's releases.

1.1.29

What's Changed

New Contributors

Full Changelog: rust-lang/libz-sys@1.1.27...1.1.29

Commits
  • c589ac5 Merge pull request #269 from Gelbpunkt/loong64
  • 74f4f77 Bump version to 1.1.29
  • 7048ea4 zlib-ng: Include loongarch architecture folder
  • 2f7f040 Merge pull request #267 from rust-lang/dependabot/github_actions/github-actio...
  • e735eb3 Bump actions/upload-artifact in the github-actions group
  • 6ce001e Merge pull request #266 from Byron/publish-safety
  • a156620 Improve paintenance tool instructions regarding taggins and pushing
  • See full diff in compare view

Updates libz-sys from 1.1.28 to 1.1.29

Release notes

Sourced from libz-sys's releases.

1.1.29

What's Changed

New Contributors

Full Changelog: rust-lang/libz-sys@1.1.27...1.1.29

Commits
  • c589ac5 Merge pull request #269 from Gelbpunkt/loong64
  • 74f4f77 Bump version to 1.1.29
  • 7048ea4 zlib-ng: Include loongarch architecture folder
  • 2f7f040 Merge pull request #267 from rust-lang/dependabot/github_actions/github-actio...
  • e735eb3 Bump actions/upload-artifact in the github-actions group
  • 6ce001e Merge pull request #266 from Byron/publish-safety
  • a156620 Improve paintenance tool instructions regarding taggins and pushing
  • See full diff in compare view

Updates memchr from 2.8.0 to 2.8.1

Commits
  • ff7dca7 2.8.1
  • 016878a target: fix aarch64_be endianness bug
  • ee18717 docs: add AI policy for contributors
  • db1a77d build(deps): bump actions/checkout in the actions group (#212)
  • c8abbe1 Hash-pin all actions, drop persisted credentials (#210)
  • 24f5daa lint: fix clippy get_first
  • 1708355 lint: fix clippy question_mark
  • 5b86d0c lint: fix clippy clone_on_copy
  • See full diff in compare view

Updates shlex from 1.3.0 to 2.0.1

Changelog

Sourced from shlex's changelog.

2.0.1

  • Fixes a compile error when building the documentation.

2.0.0

  • Breaking: Items that were marked as deprecated in 1.x have been removed: join, quote, bytes::join, and bytes::quote.
  • Breaking: The DerefMut impl for Shlex has been removed since it was unsound. New unsafe APIs have been added in its place: Shlex::from_bytes, Shlex::as_bytes_mut.
Commits

Updates typenum from 1.20.0 to 1.20.1

Release notes

Sourced from typenum's releases.

v1.20.1

Commits

  • d1b13a8: Don't publish internal crate (Paho Lurie-Gregg)
  • 298ccdc: Update some URLs (#243) (Alex Touchet) #243
  • 7925b8c: tarr macro: use fully qualified path (#244) (jsen-) #244
  • 0db9a0f: Version 1.20.1 (Paho Lurie-Gregg)
Changelog

Sourced from typenum's changelog.

1.20.1 (2026-05-29)

  • [fixed] Fixed tarr import resolution
Commits

Updates zerocopy from 0.8.48 to 0.8.50

Release notes

Sourced from zerocopy's releases.

v0.8.50

What's Changed

Full Changelog: google/zerocopy@v0.8.49...v0.8.50

v0.8.49

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.48...v0.8.49

v0.8.49-alpha

What's Changed

Full Changelog: google/zerocopy@anneal-v0.1.0-alpha.23...v0.8.49-alpha

Commits

Updates zerocopy-derive from 0.8.48 to 0.8.50

Release notes

Sourced from zerocopy-derive's releases.

v0.8.50

What's Changed

Full Changelog: google/zerocopy@v0.8.49...v0.8.50

v0.8.49

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.48...v0.8.49

v0.8.49-alpha

What's Changed

Full Changelog: google/zerocopy@anneal-v0.1.0-alpha.23...v0.8.49-alpha

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 rust-minor-patch group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [autocfg](https://github.com/cuviper/autocfg) | `1.5.0` | `1.5.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.61` | `1.2.63` |
| [either](https://github.com/rayon-rs/either) | `1.15.0` | `1.16.0` |
| [libbz2-rs-sys](https://github.com/trifectatechfoundation/libbzip2-rs) | `0.2.3` | `0.2.5` |
| [libz-ng-sys](https://github.com/rust-lang/libz-sys) | `1.1.28` | `1.1.29` |
| [libz-sys](https://github.com/rust-lang/libz-sys) | `1.1.28` | `1.1.29` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` |
| [shlex](https://github.com/comex/rust-shlex) | `1.3.0` | `2.0.1` |
| [typenum](https://github.com/paholg/typenum) | `1.20.0` | `1.20.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.48` | `0.8.50` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.48` | `0.8.50` |


Updates `autocfg` from 1.5.0 to 1.5.1
- [Commits](cuviper/autocfg@1.5.0...1.5.1)

Updates `cc` from 1.2.61 to 1.2.63
- [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.61...cc-v1.2.63)

Updates `either` from 1.15.0 to 1.16.0
- [Commits](rayon-rs/either@1.15.0...1.16.0)

Updates `libbz2-rs-sys` from 0.2.3 to 0.2.5
- [Release notes](https://github.com/trifectatechfoundation/libbzip2-rs/releases)
- [Changelog](https://github.com/trifectatechfoundation/libbzip2-rs/blob/main/NEWS.md)
- [Commits](trifectatechfoundation/libbzip2-rs@v0.2.3...v0.2.5)

Updates `libz-ng-sys` from 1.1.28 to 1.1.29
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](rust-lang/libz-sys@1.1.28...1.1.29)

Updates `libz-sys` from 1.1.28 to 1.1.29
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](rust-lang/libz-sys@1.1.28...1.1.29)

Updates `memchr` from 2.8.0 to 2.8.1
- [Commits](BurntSushi/memchr@2.8.0...2.8.1)

Updates `shlex` from 1.3.0 to 2.0.1
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

Updates `typenum` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.20.0...v1.20.1)

Updates `zerocopy` from 0.8.48 to 0.8.50
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.48...v0.8.50)

Updates `zerocopy-derive` from 0.8.48 to 0.8.50
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.48...v0.8.50)

---
updated-dependencies:
- dependency-name: autocfg
  dependency-version: 1.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: cc
  dependency-version: 1.2.63
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: either
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor-patch
- dependency-name: libbz2-rs-sys
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: libz-ng-sys
  dependency-version: 1.1.29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: libz-sys
  dependency-version: 1.1.29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: memchr
  dependency-version: 2.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: shlex
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-minor-patch
- dependency-name: typenum
  dependency-version: 1.20.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: zerocopy
  dependency-version: 0.8.50
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: zerocopy-derive
  dependency-version: 0.8.50
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@wdecoster wdecoster merged commit a5bad43 into master Jun 2, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust-minor-patch-bd9643c4d9 branch June 2, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant