Skip to content

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates#583

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-weekly-ac4bee2428
Open

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates#583
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-weekly-ac4bee2428

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the cargo-weekly group with 6 updates in the / directory:

Package From To
hyper 1.9.0 1.10.1
memchr 2.8.0 2.8.1
jiff 0.2.27 0.2.28
uuid 1.23.1 1.23.2
idna_adapter 1.1.0 1.2.1
ui_test 0.30.5 0.30.6

Updates hyper from 1.9.0 to 1.10.1

Release notes

Sourced from hyper's releases.

v1.10.1

What's Changed

Full Changelog: hyperium/hyper@v1.10.0...v1.10.1

v1.10.0

Features

Bug Fixes

  • http1:
  • http2:
    • do not reserve capacity before body data is available (#4061) (99f24345, closes #4003)
    • reading trailers shouldn't propagate NO_ERROR from early response (#3998) (e5ad96b1)

Refactors, chores, et al

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.10.1 (2026-05-29)

Bug Fixes

  • http1: fix busy loop when peer half-closes and open body (#4086) (c6cb906f, closes #4085)

v1.10.0 (2026-05-27)

Bug Fixes

  • http1:
  • http2:
    • do not reserve capacity before body data is available (#4061) (99f24345, closes #4003)
    • reading trailers shouldn't propagate NO_ERROR from early response (#3998) (e5ad96b1)

Features

Commits

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 jiff from 0.2.27 to 0.2.28

Changelog

Sourced from jiff's changelog.

0.2.28 (2026-05-28)

This is a small release with a fix for test failures on 32-bit targets in no-alloc environments.

Bug fixes:

  • #573: Fix test failure on 32-bit targets in no-alloc environments.
Commits

Updates uuid from 1.23.1 to 1.23.2

Release notes

Sourced from uuid's releases.

v1.23.2

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

Commits
  • d119657 Merge pull request #883 from uuid-rs/cargo/v1.23.2
  • 0651cfc prepare for 1.23.2 release
  • e8dea0c Merge pull request #882 from uuid-rs/fix/error-msgs
  • bdc429a fix up serde messages
  • d4342e4 make indexes 0 based and fix up more error messages
  • 4ad479f work on more accurate parser errors
  • See full diff in compare view

Updates idna_adapter from 1.1.0 to 1.2.1

Commits
  • f948802 Merge branch 'icu4x-trunk' and turn off default features of the deps
  • 4e654c1 Update to ICU4X 2.0 release
  • 8e5dbf8 Beta version of idna_adapter to use ICU4X beta
  • 76e6d7a Depend on ICU4X 2.0.0-beta1
  • b0b1dc6 Update to ICU4X trunk API
  • 789b7d2 Change version number to 1.2.0 for publication
  • 9c7a856 Mention the license in the README
  • abe012e Use borrowed types from icu_normalizer
  • 82de77e Clean up in preparation for publication
  • 27da404 Link to latest README on crates.io
  • Additional commits viewable in compare view

Updates ui_test from 0.30.5 to 0.30.6

Changelog

Sourced from ui_test's changelog.

[0.30.6] - 2026-05-29

Added

  • Fields of Errored are now public, so user-defined flags can report stdout/stderr

Fixed

Changed

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 6, 2026
@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Jun 6, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
next Ready Ready Preview, Comment Jun 6, 2026 5:57am
react Ready Ready Preview, Comment Jun 6, 2026 5:57am

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Jun 6, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

…dates

Bumps the cargo-weekly group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hyper](https://github.com/hyperium/hyper) | `1.9.0` | `1.10.1` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.27` | `0.2.28` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` |
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.1.0` | `1.2.1` |
| [ui_test](https://github.com/oli-obk/ui_test) | `0.30.5` | `0.30.6` |



Updates `hyper` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.9.0...v1.10.1)

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

Updates `jiff` from 0.2.27 to 0.2.28
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/jiff/commits/jiff-static-0.2.28)

Updates `uuid` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.23.2)

Updates `idna_adapter` from 1.1.0 to 1.2.1
- [Commits](hsivonen/idna_adapter@v1.1.0...v1.2.1)

Updates `ui_test` from 0.30.5 to 0.30.6
- [Release notes](https://github.com/oli-obk/ui_test/releases)
- [Changelog](https://github.com/oli-obk/ui_test/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oli-obk/ui_test/commits)

---
updated-dependencies:
- dependency-name: hyper
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: idna_adapter
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: jiff
  dependency-version: 0.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: memchr
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: ui_test
  dependency-version: 0.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: uuid
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants