Skip to content

chore(deps): bump the dependencies group across 1 directory with 10 updates#165

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/dependencies-56bf8a0616
Open

chore(deps): bump the dependencies group across 1 directory with 10 updates#165
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/dependencies-56bf8a0616

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 8 updates in the / directory:

Package From To
hyper-util 0.1.19 0.1.20
webpki-roots 1.0.5 1.0.6
flate2 1.1.8 1.1.9
cc 1.2.54 1.2.55
faststr 0.2.32 0.2.34
slab 0.4.11 0.4.12
webpki-root-certs 1.0.5 1.0.6
zerocopy 0.8.34 0.8.38

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 webpki-roots from 1.0.5 to 1.0.6

Release notes

Sourced from webpki-roots's releases.

v/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 flate2 from 1.1.8 to 1.1.9

Commits
  • 19ddb18 Merge pull request #529 from folkertdev/update-zlib-rs-0.6.0
  • c956e12 upgrade zlib-rs to version 0.6.0
  • 21d5eeb Merge pull request #528 from wgyt/wgyt/patch
  • 54f8484 update LICENSE-MIT
  • f4924fe Merge pull request #527 from jongiddy/crc-tests
  • 8b9b7a6 Add tests to check data CRC
  • fd17c74 Merge pull request #526 from folkertdev/zlib-rs-crc32
  • aef26ac check that zlib-rs no longer compiles crc32fast
  • 5ec7647 make crc32fast an optional dependency
  • c584e97 use zlib-rs for crc32 (when available)
  • See full diff in compare view

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 faststr from 0.2.32 to 0.2.34

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 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 webpki-root-certs from 1.0.5 to 1.0.6

Release notes

Sourced from webpki-root-certs's releases.

v/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.34 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

v0.8.35

What's Changed

... (truncated)

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

v0.8.35

What's Changed

... (truncated)

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

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

…pdates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.5` | `1.0.6` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.8` | `1.1.9` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.54` | `1.2.55` |
| [faststr](https://github.com/volo-rs/faststr) | `0.2.32` | `0.2.34` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.11` | `0.4.12` |
| [webpki-root-certs](https://github.com/rustls/webpki-roots) | `1.0.5` | `1.0.6` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.34` | `0.8.38` |



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 `webpki-roots` 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 `flate2` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.8...1.1.9)

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 `faststr` from 0.2.32 to 0.2.34
- [Commits](https://github.com/volo-rs/faststr/commits)

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 `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 `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.34 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.34...v0.8.38)

Updates `zerocopy-derive` from 0.8.34 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.34...v0.8.38)

---
updated-dependencies:
- dependency-name: hyper-util
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: webpki-roots
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flate2
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cc
  dependency-version: 1.2.55
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: faststr
  dependency-version: 0.2.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: find-msvc-tools
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: slab
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: webpki-root-certs
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added this to the v0.0.5 milestone Feb 3, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 3, 2026
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