Skip to content

chore(deps): bump the patch group across 1 directory with 13 updates - #1722

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-2decc2bf9b
Open

chore(deps): bump the patch group across 1 directory with 13 updates#1722
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-2decc2bf9b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 12 updates in the / directory:

Package From To
async-trait 0.1.91 0.1.92
clap 4.6.5 4.6.6
serde 1.0.228 1.0.229
h2 0.4.15 0.4.16
thiserror 2.0.19 2.0.20
futures-util 0.3.33 0.3.34
whoami 2.1.2 2.1.3
openh264 0.9.7 0.9.8
yuv 0.8.16 0.8.17
http-body-util 0.1.4 0.1.5
num-integer 0.1.46 0.1.47
time 0.3.54 0.3.55

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates clap from 4.6.5 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • See full diff in compare view

Updates serde from 1.0.228 to 1.0.229

Release notes

Sourced from serde's releases.

v1.0.229

  • Update to syn 3
Commits
  • 7fc3b4c Release 1.0.229
  • 6d6e9a1 Merge pull request #3085 from dtolnay/syn3
  • 6dec3b7 Update to syn 3
  • cfe6692 Resolve mut_mut pedantic clippy lint
  • 1023d07 Update actions/upload-artifact@v6 -> v7
  • dd682c2 Update actions/checkout@v6 -> v7
  • 5f0f18b Update ui test suite to nightly-2026-06-01
  • 63a1498 Regenerate stderr with trybuild normalization fixes
  • fa7da4a Fix unused_features warning
  • 6b1a178 Unpin CI miri toolchain
  • Additional commits viewable in compare view

Updates h2 from 0.4.15 to 0.4.16

Release notes

Sourced from h2's releases.

v0.4.16

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.15...v0.4.16

Changelog

Sourced from h2's changelog.

0.4.16 (August 17, 2026)

  • Fix limiting excessive amount of small DATA frames.
  • Fix double counting pushed streams when receiving 1xx responses.
  • Fix releasing of flow control capacity earlier, when RecvStream is dropped.
  • Fix missed wakeup in poll_trailers.
  • Fix extra memory retained when copying HeaderValues.
  • Fix resets received after END_OF_STREAM to allow the data to still be received.
  • Fix busy-looping when IO write returns 0 to mean connection closed.
  • Optimize HPACK decoding tables from 4-bit states to 1-byte states.
  • Optimize IO writing contention by not holding lock while flushing.
Commits
  • b84b96c v0.4.16
  • 3a241be fix: prevent double counting pushed streams after 1xx responses (#936)
  • 193833e fix: limit excessive amount of small DATA frames (#935)
  • c9d619c fix: Release flow control capacity when RecvStream is dropped (#930)
  • 4549c4f fix: Missed wakeup in poll_trailers (#931)
  • 8fea6b2 refactor: Update deprecated numeric constants (#932)
  • 27b730e perf: reuse HPACK encode buffer across frames (#929)
  • c2d3fb6 perf: avoid flushing h2 socket while holding stream locks (#918)
  • e8da527 perf: optimize HPACK decoding with 8-bit tables
  • ec5abb8 perf: add HPACK decoding benchmarks
  • Additional commits viewable in compare view

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates futures-util from 0.3.33 to 0.3.34

Release notes

Sourced from futures-util's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-util's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates whoami from 2.1.2 to 2.1.3

Release notes

Sourced from whoami's releases.

v2.1.3

Changelog

Added

  • Support for detecting the Mate desktop environment

Changed

  • Bumped minimum version of dependencies libc and libredox to latest (libc 0.2.189, libredox 0.1.19)

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.1.2...v2.1.3

Commits

Updates openh264 from 0.9.7 to 0.9.8

Commits
  • 34a1c08 Release 0.9.8
  • 19ad91f Clarify iOS simulator CI path
  • cf3d32c Fold iOS simulator builds into CI matrix
  • 9094ac2 Support iOS simulator targets
  • 0fc5ce8 Move out assembly logic into module.
  • 7aab56b Use custom assembly for YUV -> RGB conversion.
  • 8e1f9c4 Add better benchmarks, fix padded RGB issue.
  • 5e97b6a Bump upstream openh264.
  • 66b9aff Add the Windows ARM64 blob hash.
  • See full diff in compare view

Updates yuv from 0.8.16 to 0.8.17

Release notes

Sourced from yuv's releases.

0.8.17

What's Changed

Full Changelog: awxkee/yuvutils-rs@0.8.16...0.8.17

Commits

Updates http-body-util from 0.1.4 to 0.1.5

Commits

Updates num-integer from 0.1.46 to 0.1.47

Changelog

Sourced from num-integer's changelog.

Release 0.1.47 (2026-08-11)

Contributors: @​durin42, @​cuviper, @​mikem8891

Commits
  • 765fd9b Fix the release date
  • 1377fb6 Merge pull request #80 from cuviper/karatsuba-sqrt
  • 6c3bec6 Release 0.1.47
  • e164588 implement Karatsuba Square Root
  • 3fbe47f Merge pull request #78 from cuviper/rename-head
  • dcaece1 ci: use the fallback resolver for deps
  • 3e242f5 Rename master to main
  • dcaa965 Merge pull request #75 from mikem8891/master
  • f9279a2 non-negative
  • 4b1818d Merge pull request #69 from durin42/rustc-nightly-is_multiple_of-stable
  • Additional commits viewable in compare view

Updates time from 0.3.54 to 0.3.55

Release notes

Sourced from time's releases.

v0.3.55

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.55 [2026-08-01]

Fixed

  • Avoid underflow in DateIter::nth, ensuring correct behavior.
  • Avoid overflow when deserializing timestamps.
  • Handle out-of-bounds data when deserializing.
  • Don't assume that the format being deserialized was generated by the serializer; this previously led to some valid values being parsed incorrectly and others being rejected.
  • No longer silence errors when deserializing UtcOffset.
  • OffsetDateTime::from_unix_timestamp_nanos and UtcDateTime::from_unix_timestamp_nanos correctly return None for all out-of-range values, rather than unexpectedly panicking in some situations.
  • OffsetDateTime::checked_to_offset and UtcDateTime::checked_to_offset correctly return None for all out-of-range values, rather than unexpectedly panicking in some situations.
Commits
  • 857d9c4 v0.3.55 release
  • 2b72fcd Precise feature gating for macro
  • c1089eb Run check-targets, miri in parallel
  • f377fad Avoid range-validated ordinal => year in cascade
  • 2eacb0a Report miscellaneous tasks, overall status
  • 29621ac Speed up CI
  • 08de7ba Fix nano-timestamp validation
  • 3c3f046 Fix copy-paste error
  • 3c0c81c Cascade errors when deserializing UtcOffset
  • c21acd5 Handle more deserializations of SignedDuration
  • Additional commits viewable in compare view

Updates futures-channel from 0.3.33 to 0.3.34

Release notes

Sourced from futures-channel's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-channel's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-2decc2bf9b branch 3 times, most recently from 54f3701 to c84698d Compare August 22, 2026 01:44
Bumps the patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [clap](https://github.com/clap-rs/clap) | `4.6.5` | `4.6.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` |
| [h2](https://github.com/hyperium/h2) | `0.4.15` | `0.4.16` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [whoami](https://github.com/ardaku/whoami) | `2.1.2` | `2.1.3` |
| [openh264](https://github.com/ralfbiedert/openh264-rs) | `0.9.7` | `0.9.8` |
| [yuv](https://github.com/awxkee/yuvutils-rs) | `0.8.16` | `0.8.17` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` |
| [num-integer](https://github.com/rust-num/num-integer) | `0.1.46` | `0.1.47` |
| [time](https://github.com/time-rs/time) | `0.3.54` | `0.3.55` |



Updates `async-trait` from 0.1.91 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.91...0.1.92)

Updates `clap` from 4.6.5 to 4.6.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.5...clap_complete-v4.6.6)

Updates `serde` from 1.0.228 to 1.0.229
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

Updates `h2` from 0.4.15 to 0.4.16
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.15...v0.4.16)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `futures-util` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `whoami` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Commits](ardaku/whoami@v2.1.2...v2.1.3)

Updates `openh264` from 0.9.7 to 0.9.8
- [Commits](https://github.com/ralfbiedert/openh264-rs/compare/openh264@0.9.7...openh264@0.9.8)

Updates `yuv` from 0.8.16 to 0.8.17
- [Release notes](https://github.com/awxkee/yuvutils-rs/releases)
- [Commits](awxkee/yuvutils-rs@0.8.16...0.8.17)

Updates `http-body-util` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5)

Updates `num-integer` from 0.1.46 to 0.1.47
- [Changelog](https://github.com/rust-num/num-integer/blob/main/RELEASES.md)
- [Commits](rust-num/num-integer@num-integer-0.1.46...num-integer-0.1.47)

Updates `time` from 0.3.54 to 0.3.55
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.54...v0.3.55)

Updates `futures-channel` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures-channel
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures-util
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: h2
  dependency-version: 0.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: http-body-util
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: num-integer
  dependency-version: 0.1.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openh264
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: time
  dependency-version: 0.3.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: whoami
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: yuv
  dependency-version: 0.8.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-2decc2bf9b branch from c84698d to 1bc94b9 Compare August 22, 2026 02:09
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

Development

Successfully merging this pull request may close these issues.

1 participant