Skip to content

Cargo: Bump the cargo-all group with 8 updates - #44

Merged
hnez merged 3 commits into
mainfrom
dependabot/cargo/cargo-all-18b2d9c8b7
Apr 2, 2026
Merged

Cargo: Bump the cargo-all group with 8 updates#44
hnez merged 3 commits into
mainfrom
dependabot/cargo/cargo-all-18b2d9c8b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-all group with 8 updates:

Package From To
hmac 0.12.1 0.13.0
octocrab 0.49.5 0.49.7
reflink-copy 0.1.28 0.1.29
sd-notify 0.4.5 0.5.0
sha2 0.10.9 0.11.0
yaml_serde 0.10.3 0.10.4
hyper 1.8.1 1.9.0
tokio 1.49.0 1.50.0

Updates hmac from 0.12.1 to 0.13.0

Commits

Updates octocrab from 0.49.5 to 0.49.7

Release notes

Sourced from octocrab's releases.

v0.49.7

Added

  • add missing waiting status to Status enum (#862)

Fixed

  • (repos) create a repo variable doesn't take the name in the path (#865)

Other

  • Extend get_content to allow requesting raw_files (#866)
  • [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • Allow retry policy to run on GET requests (#867)

v0.49.6

Added

  • (activity/starring) add list_repos_starred_by_user (#861)
  • added undocumented events (#858)
  • repository variables handler (#857)

Other

  • Remove Lines Of Code badge from README
  • Add Event::CopilotWorkStarted (#854)
  • actualized Commit for GET /search/commits (#851)
Changelog

Sourced from octocrab's changelog.

0.49.7 - 2026-03-29

Added

  • add missing waiting status to Status enum (#862)

Fixed

  • (repos) create a repo variable doesn't take the name in the path (#865)

Other

  • Extend get_content to allow requesting raw_files (#866)
  • [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • Allow retry policy to run on GET requests (#867)

0.49.6 - 2026-03-23

Added

  • (activity/starring) add list_repos_starred_by_user (#861)
  • added undocumented events (#858)
  • repository variables handler (#857)

Other

  • Remove Lines Of Code badge from README
  • Add Event::CopilotWorkStarted (#854)
  • actualized Commit for GET /search/commits (#851)
Commits
  • ad64898 chore: release v0.49.7 (#863)
  • 127c44a fix(repos): create a repo variable doesn't take the name in the path (#865)
  • d7eb503 Extend get_content to allow requesting raw_files (#866)
  • de5f4a2 [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • 52deb8a Allow retry policy to run on GET requests (#867)
  • af820e7 feat: add missing waiting status to Status enum (#862)
  • 908472c chore: release v0.49.6 (#852)
  • d33aeb3 feat(activity/starring): add list_repos_starred_by_user (#861)
  • f33fbcf Remove Lines Of Code badge from README
  • c5527e1 feat: added undocumented events (#858)
  • Additional commits viewable in compare view

Updates reflink-copy from 0.1.28 to 0.1.29

Changelog

Sourced from reflink-copy's changelog.

0.1.28 - 2025-09-08

Other

  • Support windows 0.61.0 as well as 0.62.0 (#135)

0.1.27 - 2025-09-05

Other

  • Bump windows from 0.61.0 to 0.62.0 (#131)
  • Bump actions/checkout from 4 to 5 (#124)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.29 - 2026-03-04

Fixed

  • exclude sparc/sparc64 from linux reflink path (#164)

Other

  • Bump actions/checkout from 5 to 6 (#148)

0.1.26 - 2025-03-19

Other

  • Bump windows from 0.60.0 to 0.61.0 (#106)

0.1.25 - 2025-03-08

Other

  • Bump rustix from 0.38.34 to 1.0.1 (#101)

0.1.24 - 2025-02-25

Other

  • Bump windows from 0.59.0 to 0.60.0 (#98)

0.1.23 - 2025-01-18

... (truncated)

Commits

Updates sd-notify from 0.4.5 to 0.5.0

Changelog

Sourced from sd-notify's changelog.

[0.5.0] - 2025-01-18

Changed

  • (breaking) the unset_env parameters were split off into separate unsafe functions
  • (breaking) watchdog_enabled now returns Option<Duration>
  • the MSRV is now defined as 1.82

Fixed

  • fixed booted to return Ok(false) when not running under systemd
  • fixed watchdog_enabled to handle missing WATCHDOG_PID
Commits
  • a4a9b07 Fix formatting
  • 4c4feae Merge pull request #21 from lnicola/booted
  • 21df56d Fix booted to work as expected when systemd is not running
  • f0a0238 Merge pull request #20 from lnicola/watchdog-enabled-no-pid
  • 1e93969 Handle missing WATCHDOG_PID in watchdog_enabled
  • 95697fc Reformat code
  • 7bcbc6a Prepare for release
  • 9fef37f Merge pull request #14 from tbu-/pr_watchdog_duration
  • 25a7e2c Merge pull request #13 from tbu-/pr_unset_env_unsafe
  • 1e97fdf Change watchdog_enabled to use Duration
  • Additional commits viewable in compare view

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates yaml_serde from 0.10.3 to 0.10.4

Commits

Updates hyper from 1.8.1 to 1.9.0

Release notes

Sourced from hyper's releases.

v1.9.0

Features

  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)
  • http1: add UpgradeableConnection::into_parts (e21205cf)

Bug Fixes

  • ffi: validate null pointers before dereferencing in request/response functions (#4038 (28e73ccd)
  • http1:
  • http2:
    • cancel sending client request body on response future drop (#4042) (5b17a69e, closes #4040)
    • non-utf8 char in Connection header may cause panic when calling to_str (#4019) (c36ca8a5)

Refactors and chores

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.9.0 (2026-03-31)

Bug Fixes

  • ffi: validate null pointers before dereferencing in request/response functions (#4038 (28e73ccd)
  • http1:
  • http2:
    • cancel sending client request body on response future drop (#4042) (5b17a69e, closes #4040)
    • non-utf8 char in Connection header may cause panic when calling to_str (#4019) (c36ca8a5)

Features

  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)
  • http1: add UpgradeableConnection::into_parts (e21205cf)
Commits
  • 0d6c7d5 v1.9.0
  • e21205c feat(http1): add UpgradeableConnection::into_parts
  • 393c77c feat(error): add 'Error::is_parse_version_h2' method
  • 5b17a69 fix(http2): cancel sending client request body on response future drop (#4042)
  • 7211ec2 fix(http1): allow keep-alive for chunked requests with trailers (#4043)
  • d51cb71 feat(client): expose HTTP/2 current max stream count (#4026)
  • 28e73cc fix(ffi): validate null pointers before dereferencing in request/response fun...
  • e13e783 docs(client): fix HTTP/2 max concurrent stream link to spec (#4037)
  • 8ba9008 chore(dependencies): drop pin-utils dependency (#4023)
  • 5778745 feat(client): add HTTP/2 max_local_error_reset_streams option (#4021)
  • Additional commits viewable in compare view

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 1, 2026
hnez and others added 3 commits April 2, 2026 08:24
And fix the resulting fallout.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
And adapt to the API change.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Bumps the cargo-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.49.5` | `0.49.7` |
| [reflink-copy](https://github.com/cargo-bins/reflink-copy) | `0.1.28` | `0.1.29` |
| [sd-notify](https://github.com/lnicola/sd-notify) | `0.4.5` | `0.5.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [yaml_serde](https://github.com/yaml/yaml-serde) | `0.10.3` | `0.10.4` |
| [hyper](https://github.com/hyperium/hyper) | `1.8.1` | `1.9.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` |

Updates `hmac` from 0.12.1 to 0.13.0
- [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0)

Updates `octocrab` from 0.49.5 to 0.49.7
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.49.5...v0.49.7)

Updates `reflink-copy` from 0.1.28 to 0.1.29
- [Release notes](https://github.com/cargo-bins/reflink-copy/releases)
- [Changelog](https://github.com/cargo-bins/reflink-copy/blob/main/CHANGELOG.md)
- [Commits](cargo-bins/reflink-copy@v0.1.28...v0.1.29)

Updates `sd-notify` from 0.4.5 to 0.5.0
- [Changelog](https://github.com/lnicola/sd-notify/blob/master/CHANGELOG.md)
- [Commits](lnicola/sd-notify@v0.4.5...v0.5.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `yaml_serde` from 0.10.3 to 0.10.4
- [Commits](yaml/yaml-serde@0.10.3...0.10.4)

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

Updates `tokio` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0)

---
updated-dependencies:
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: octocrab
  dependency-version: 0.49.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: reflink-copy
  dependency-version: 0.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: sd-notify
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: yaml_serde
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: hyper
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@hnez
hnez force-pushed the dependabot/cargo/cargo-all-18b2d9c8b7 branch from 2444a49 to a559411 Compare April 2, 2026 06:26
@hnez
hnez merged commit 421f220 into main Apr 2, 2026
3 checks passed
@hnez
hnez deleted the dependabot/cargo/cargo-all-18b2d9c8b7 branch April 2, 2026 06:28
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