Skip to content

Bump the cargo group across 1 directory with 17 updates#422

Merged
rnijveld merged 1 commit intomainfrom
dependabot/cargo/cargo-d8c877865a
Feb 4, 2026
Merged

Bump the cargo group across 1 directory with 17 updates#422
rnijveld merged 1 commit intomainfrom
dependabot/cargo/cargo-d8c877865a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the cargo group with 14 updates in the / directory:

Package From To
scc 3.5.1 3.5.5
cc 1.2.54 1.2.55
hyper-util 0.1.19 0.1.20
portable-atomic 1.13.0 1.13.1
regex 1.12.2 1.12.3
regex-automata 0.4.13 0.4.14
regex-syntax 0.8.8 0.8.9
saa 5.4.3 5.4.6
slab 0.4.11 0.4.12
tonic 0.14.2 0.14.3
tonic-prost 0.14.2 0.14.3
webpki-root-certs 1.0.5 1.0.6
zerocopy 0.8.35 0.8.38
zmij 1.0.17 1.0.19

Updates scc from 3.5.1 to 3.5.5

Updates cc from 1.2.54 to 1.2.55

Release notes

Sourced from cc's releases.

cc-v1.2.55

Other

  • Regenerate target info (#1667)
  • Fix RUSTFLAGS typo in test-linker-plugin-lto (#1665)
  • Disable PIC for armv7-sony-vita-newlibeabihf (#1664)
Changelog

Sourced from cc's changelog.

1.2.55 - 2026-01-30

Other

  • Regenerate target info (#1667)
  • Fix RUSTFLAGS typo in test-linker-plugin-lto (#1665)
  • Disable PIC for armv7-sony-vita-newlibeabihf (#1664)
Commits

Updates find-msvc-tools from 0.1.8 to 0.1.9

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.9

Other

  • Add find_windows_sdk API (#1663)
Commits

Updates hyper-util from 0.1.19 to 0.1.20

Release notes

Sourced from hyper-util's releases.

v0.1.20

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.19...v0.1.20

Changelog

Sourced from hyper-util's changelog.

0.1.20 (2026-02-02)

  • Fix proxy::Matcher to properly match domains regardless of casing
  • Fix system proxy matcher dependency on macOS when used in sandboxed environements.
  • Increased MSRV to 1.64.
Commits
  • b23a13e v0.1.20
  • ffa5391 chore: use standard library api (#263)
  • b43aeab chore: bump system-configuration to 0.7 (#256)
  • d841f5d bump MSRV to 1.64 (#258)
  • af19656 chore(client): remove unused mac imports in system proxy (#260)
  • ad6a63d chore(ci): update to actions/checkout@v6 (#261)
  • d5503b2 docs(client): correct malformed reference link in set_interface (#254)
  • 8c4f4a0 fix(matcher): improve subdomain matching case insensitivity (#252)
  • 1b3fa96 fix(matcher): improve domain matching case insensitivity (#251)
  • See full diff in compare view

Updates portable-atomic from 1.13.0 to 1.13.1

Changelog

Sourced from portable-atomic's changelog.

[1.13.1] - 2026-01-31

Commits
  • 1639861 Release portable-atomic 1.13.1
  • 59cbe84 Release portable-atomic-util 0.2.5
  • 0fdd05b Update changelog
  • e1d5702 ci: Temporarily disable AIX build
  • f2ee23f tests: Update test-helper
  • e481f46 util: Sync Arc with upstream
  • e4e0588 util: Update docs/comments
  • 6204993 ci: Temporarily pin toolchain for mips r6
  • 6040033 ci: Replace some custom targets with new builtin targets
  • 10b6775 tests/asm-test: Update to LLVM 22
  • Additional commits viewable in compare view

Updates regex from 1.12.2 to 1.12.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.
Commits
  • b028e4f 1.12.3
  • 5e195de regex-automata-0.4.14
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • See full diff in compare view

Updates regex-automata from 0.4.13 to 0.4.14

Commits
  • 5e195de regex-automata-0.4.14
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • 5ea3eb1 1.12.2
  • See full diff in compare view

Updates regex-syntax from 0.8.8 to 0.8.9

Commits
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • 5ea3eb1 1.12.2
  • ab0b071 regex-automata-0.4.13
  • See full diff in compare view

Updates saa from 5.4.3 to 5.4.6

Updates sdd from 4.5.3 to 4.6.2

Updates slab from 0.4.11 to 0.4.12

Release notes

Sourced from slab's releases.

v0.4.12

  • Help the compiler elide copies in try_remove() (#160)
  • Add security policy (#154)
Changelog

Sourced from slab's changelog.

0.4.12 (January 31, 2026)

  • Help the compiler elide copies in try_remove() (#160)
  • Add security policy (#154)
Commits

Updates tonic from 0.14.2 to 0.14.3

Release notes

Sourced from tonic's releases.

v0.14.3

Features

  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#2472)
  • Allow configuration of max_local_error_reset_streams on Server (#2437)
  • Put source error into the Display impl of Status (#2417)
  • Server::default() now sets TCP_NODELAY to true (#2413)

Bug Fixes

  • Respect max_message_size when decompressing a message (#2484)
  • Depend on http at least 1.1.0 (#2426)

Documentation

  • Fix documentation links for timeout configuration (#2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468)
  • Fix labels in Display for Status (#2414)
  • Fix features docs in tonic-build and tonic-prost-build (#2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#2425)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Updates tonic-prost from 0.14.2 to 0.14.3

Release notes

Sourced from tonic-prost's releases.

v0.14.3

Features

  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#2472)
  • Allow configuration of max_local_error_reset_streams on Server (#2437)
  • Put source error into the Display impl of Status (#2417)
  • Server::default() now sets TCP_NODELAY to true (#2413)

Bug Fixes

  • Respect max_message_size when decompressing a message (#2484)
  • Depend on http at least 1.1.0 (#2426)

Documentation

  • Fix documentation links for timeout configuration (#2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468)
  • Fix labels in Display for Status (#2414)
  • Fix features docs in tonic-build and tonic-prost-build (#2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#2425)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Updates webpki-root-certs from 1.0.5 to 1.0.6

Release notes

Sourced from webpki-root-certs's releases.

1.0.6

"e-Szigno TLS Root CA 2023" added, see https://bugzilla.mozilla.org/show_bug.cgi?id=1873057

What's Changed

Full Changelog: rustls/webpki-roots@v/1.0.5...v/1.0.6

Commits

Updates zerocopy from 0.8.35 to 0.8.38

Release notes

Sourced from zerocopy's releases.

v0.8.38

What's Changed

Full Changelog: google/zerocopy@v0.8.37...v0.8.38

v0.8.37

What's Changed

Full Changelog: google/zerocopy@v0.8.36...v0.8.37

v0.8.36

What's Changed

Full Changelog: google/zerocopy@v0.8.35...v0.8.36

Commits
  • 78088c4 [macros] Clarify size/align behavior of try macros (#2975)
  • 42ff03b [agents] Update review guidelines for TODOs (#2967)
  • 5e3d16e [ci] Update Cargo.lock from releasing script (#2958)
  • 406a35a [cargo-zerocopy] Pass --cfg __ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE (#2960)
  • 36e8abe Update Cargo.lock (#2957)
  • 72a26a0 ci: Fix yq installation failure by pinning version and disabling sumdb check ...
  • c6a9490 Release 0.8.37 (#2955)
  • 6d1e9b0 Support unsized try_transmute_{ref,mut}! (#2944)
  • e574d06 Support sized-to-unsized transmute_{ref,mut}! (#2943)
  • f28e016 [layout] Support sized->unsized, sized->sized casts (#2950)
  • Additional commits viewable in compare view

Updates zerocopy-derive from 0.8.35 to 0.8.38

Release notes

Sourced from zerocopy-derive's releases.

v0.8.38

What's Changed

Full Changelog: google/zerocopy@v0.8.37...v0.8.38

v0.8.37

What's Changed

Full Changelog: google/zerocopy@v0.8.36...v0.8.37

v0.8.36

What's Changed

Full Changelog: google/zerocopy@v0.8.35...v0.8.36

Commits
  • 78088c4 [macros] Clarify size/align behavior of try macros (#2975)
  • 42ff03b [agents] Update review guidelines for TODOs (#2967)
  • 5e3d16e [ci] Update Cargo.lock from releasing script (#2958)
  • 406a35a [cargo-zerocopy] Pass --cfg __ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE (#2960)
  • 36e8abe Update Cargo.lock (#2957)
  • 72a26a0 ci: Fix yq installation failure by pinning version and disabling sumdb check ...
  • c6a9490 Release 0.8.37 (#2955)
  • 6d1e9b0 Support unsized try_transmute_{ref,mut}! (#2944)
  • e574d06 Support sized-to-unsized transmute_{ref,mut}! (#2943)
  • f28e016 [layout] Support sized->unsized, sized->sized casts (#2950)
  • Additional commits viewable in compare view

Updates zmij from 1.0.17 to 1.0.19

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 cargo group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| scc | `3.5.1` | `3.5.5` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.54` | `1.2.55` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.13.0` | `1.13.1` |
| [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.13` | `0.4.14` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.8` | `0.8.9` |
| saa | `5.4.3` | `5.4.6` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.11` | `0.4.12` |
| [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |
| [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |
| [webpki-root-certs](https://github.com/rustls/webpki-roots) | `1.0.5` | `1.0.6` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.35` | `0.8.38` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.17` | `1.0.19` |



Updates `scc` from 3.5.1 to 3.5.5

Updates `cc` from 1.2.54 to 1.2.55
- [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.54...cc-v1.2.55)

Updates `find-msvc-tools` from 0.1.8 to 0.1.9
- [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@find-msvc-tools-v0.1.8...find-msvc-tools-v0.1.9)

Updates `hyper-util` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.19...v0.1.20)

Updates `portable-atomic` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.13.0...v1.13.1)

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

Updates `regex-automata` from 0.4.13 to 0.4.14
- [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-automata-0.4.13...regex-automata-0.4.14)

Updates `regex-syntax` from 0.8.8 to 0.8.9
- [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.8...regex-syntax-0.8.9)

Updates `saa` from 5.4.3 to 5.4.6

Updates `sdd` from 4.5.3 to 4.6.2

Updates `slab` from 0.4.11 to 0.4.12
- [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.11...v0.4.12)

Updates `tonic` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

Updates `tonic-prost` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

Updates `webpki-root-certs` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/1.0.5...v/1.0.6)

Updates `zerocopy` from 0.8.35 to 0.8.38
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.35...v0.8.38)

Updates `zerocopy-derive` from 0.8.35 to 0.8.38
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.35...v0.8.38)

Updates `zmij` from 1.0.17 to 1.0.19
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.17...1.0.19)

---
updated-dependencies:
- dependency-name: scc
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.55
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: find-msvc-tools
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: hyper-util
  dependency-version: 0.1.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: portable-atomic
  dependency-version: 1.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex-automata
  dependency-version: 0.4.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex-syntax
  dependency-version: 0.8.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: saa
  dependency-version: 5.4.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sdd
  dependency-version: 4.6.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: slab
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tonic
  dependency-version: 0.14.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tonic-prost
  dependency-version: 0.14.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: webpki-root-certs
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zmij
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Feb 4, 2026
@rnijveld rnijveld added this pull request to the merge queue Feb 4, 2026
Merged via the queue into main with commit 5e1d3e1 Feb 4, 2026
16 checks passed
@rnijveld rnijveld deleted the dependabot/cargo/cargo-d8c877865a branch February 4, 2026 20:07
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