Skip to content

deps(deps): bump the runtime group across 1 directory with 5 updates#14

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/runtime-ca3731b5db
Closed

deps(deps): bump the runtime group across 1 directory with 5 updates#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/runtime-ca3731b5db

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the runtime group with 5 updates in the / directory:

Package From To
colored 3.0.0 3.1.1
tokio 1.48.0 1.52.1
tracing 0.1.41 0.1.44
tracing-subscriber 0.3.20 0.3.23
global-hotkey 0.5.5 0.7.0

Updates colored from 3.0.0 to 3.1.1

Changelog

Sourced from colored's changelog.

Unreleased

  • Added methods ansi_color and on_ansi_color to Colorize.
Commits

Updates tokio from 1.48.0 to 1.52.1

Release notes

Sourced from tokio's releases.

Tokio v1.52.1

1.52.1 (April 16th, 2026)

Fixed

  • runtime: revert #7757 to fix [a regression]#8056 that causes spawn_blocking to hang (#8057)

#7757: tokio-rs/tokio#7757 #8056: tokio-rs/tokio#8056 #8057: tokio-rs/tokio#8057

Tokio v1.52.0

1.52.0 (April 14th, 2026)

Added

  • io: AioSource::register_borrowed for I/O safety support (#7992)
  • net: add try_io function to unix::pipe sender and receiver types (#8030)

Added (unstable)

  • runtime: Builder::enable_eager_driver_handoff setting enable eager hand off of the I/O and time drivers before polling tasks (#8010)
  • taskdump: add trace_with() for customized task dumps (#8025)
  • taskdump: allow impl FnMut() in trace_with instead of just fn() (#8040)
  • fs: support io_uring in AsyncRead for File (#7907)

Changed

  • runtime: improve spawn_blocking scalability with sharded queue (#7757)
  • runtime: use compare_exchange_weak() in worker queue (#8028)

Fixed

  • runtime: overflow second half of tasks when local queue is filled instead of first half (#8029)

Documented

  • docs: fix typo in oneshot::Sender::send docs (#8026)
  • docs: hide #[tokio::main] attribute in the docs of sync::watch (#8035)
  • net: add docs on ConnectionRefused errors with UDP sockets (#7870)

#7757: tokio-rs/tokio#7757 #7870: tokio-rs/tokio#7870 #7907: tokio-rs/tokio#7907 #7992: tokio-rs/tokio#7992 #8010: tokio-rs/tokio#8010 #8025: tokio-rs/tokio#8025 #8026: tokio-rs/tokio#8026 #8028: tokio-rs/tokio#8028 #8029: tokio-rs/tokio#8029

... (truncated)

Commits
  • 905c146 chore: prepare to release v1.52.1 (#8059)
  • 56aaa43 rt: revert #7757 to fix regression in spawn_blocking (#8057)
  • 57ff47a ci: update trybuild to expect output from rustc 1.95.0 (#8058)
  • 812de3e ci: bump taiki-e/cache-cargo-install-action from 1 to 3 (#8053)
  • ba82e73 ci: use Dependabot to keep github actions up to date (#8052)
  • 2e85f9d ci: replace cirrus-ci with freebsd-vm (#8041)
  • a7e1cd8 ci: update GitHub Actions workflows to use latest tool versions (#8047)
  • 5f7be0a chore: perpare 1.52.0 (#8045)
  • 36d12d2 taskdump: allow impl FnMut() in taskdumps instead of just fn() (#8040)
  • f943312 fs: support io-uring in AsyncRead for File (#7907)
  • Additional commits viewable in compare view

Updates tracing from 0.1.41 to 0.1.44

Release notes

Sourced from tracing's releases.

tracing 0.1.44

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

#3432: tokio-rs/tracing#3432 #3440: tokio-rs/tracing#3440

tracing 0.1.43

Important

The previous release [0.1.42] was yanked because #3382 was a breaking change. See further details in #3424. This release contains all the changes from that version, plus a revert for the problematic part of the breaking PR.

Fixed

  • Revert "make valueset macro sanitary" (#3425)

#3382: tokio-rs/tracing#3382 #3424: tokio-rs/tracing#3424 #3425: tokio-rs/tracing#3425 [0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing 0.1.42

Important

The [Span::record_all] method has been removed from the documented API. It was always unsuable via the documented API as it requried a ValueSet which has no publically documented constructors. The method remains, but should not be used outside of tracing macros.

Added

  • attributes: Support constant expressions as instrument field names (#3158)
  • Add record_all! macro for recording multiple values in one call (#3227)
  • core: Improve code generation at trace points significantly (#3398)

Changed

  • tracing-core: updated to 0.1.35 (#3414)
  • tracing-attributes: updated to 0.1.31 (#3417)

Fixed

  • Fix "name / parent" variant of event! (#2983)

... (truncated)

Commits

Updates tracing-subscriber from 0.3.20 to 0.3.23

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.23

Fixed

  • Allow ansi sanitization to be disabled (#3484)

#3484: tokio-rs/tracing#3484

tracing-subscriber 0.3.22

Important

The previous release [0.3.21] was yanked as it depended explicitly on [tracing-0.1.42], which was yanked due to a breaking change (see #3424 for details). This release contains all the changes from the previous release, plus an update to the newer version of tracing.

Changed

  • tracing: updated to 0.1.43 (#3427)

#3424: tokio-rs/tracing#3424 #3427: tokio-rs/tracing#3427 [0.3.21]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21 [tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing-subscriber 0.3.21

Fixed

  • Change registry exit to decrement local span ref only (#3331)
  • Make Layered propagate on_register_dispatch (#3379)

Changed

  • tracing: updated to 0.1.42 (#3418)

Performance

  • Remove clone_span on enter (#3289)

Documented

  • Fix a few small things in the format module (#3339)
  • Fix extra closing brace in layer docs (#3350)
  • Fix link in FmtSpan docs (#3411)

#3289: tokio-rs/tracing#3289 #3331: tokio-rs/tracing#3331 #3339: tokio-rs/tracing#3339 #3350: tokio-rs/tracing#3350 #3379: tokio-rs/tracing#3379 #3411: tokio-rs/tracing#3411

... (truncated)

Commits

Updates global-hotkey from 0.5.5 to 0.7.0

Release notes

Sourced from global-hotkey's releases.

global-hotkey v0.7.0

[0.7.0]

Updating crates.io index
   Packaging global-hotkey v0.7.0 (/home/runner/work/global-hotkey/global-hotkey)
    Updating crates.io index
    Packaged 31 files, 270.5KiB (68.0KiB compressed)
   Verifying global-hotkey v0.7.0 (/home/runner/work/global-hotkey/global-hotkey)
 Downloading crates ...
  Downloaded bitflags v2.8.0
  Downloaded proc-macro2 v1.0.93
  Downloaded thiserror-impl v2.0.11
  Downloaded thiserror v2.0.11
  Downloaded xkeysym v0.2.1
  Downloaded unicode-segmentation v1.12.0
  Downloaded as-raw-xcb-connection v1.0.1
  Downloaded syn v2.0.96
  Downloaded crossbeam-utils v0.8.21
  Downloaded serde_derive v1.0.217
  Downloaded quote v1.0.38
  Downloaded x11rb-protocol v0.13.1
  Downloaded libloading v0.8.6
  Downloaded libc v0.2.169
  Downloaded crossbeam-channel v0.5.15
  Downloaded keyboard-types v0.7.0
  Downloaded rustix v0.38.44
  Downloaded cfg-if v1.0.0
  Downloaded unicode-ident v1.0.15
  Downloaded serde v1.0.217
  Downloaded errno v0.3.10
  Downloaded once_cell v1.20.2
  Downloaded x11rb v0.13.1
  Downloaded linux-raw-sys v0.4.15
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.15
   Compiling serde v1.0.217
   Compiling rustix v0.38.44
   Compiling crossbeam-utils v0.8.21
   Compiling thiserror v2.0.11
   Compiling linux-raw-sys v0.4.15
   Compiling unicode-segmentation v1.12.0
   Compiling x11rb-protocol v0.13.1
   Compiling crossbeam-channel v0.5.15
   Compiling quote v1.0.38
</tr></table> 

... (truncated)

Changelog

Sourced from global-hotkey's changelog.

[0.7.0]

[0.6.4]

[0.6.3]

[0.6.2]

[0.6.1]

[0.6.0]

  • 8b13a61 Removed Sync and Send implementation for GlobalHotKeyManager
  • 8b13a61 Update windows-sys crate to 0.59
Commits
  • dc7a755 apply version updates (#153)
  • 3b9a3f5 chore: use variable insider format directly
  • a92240d refactor(x11): use a HotKeyState struct to track internal state
  • 72f8129 chor: clippy
  • bdcede7 refactor: consistent error handling
  • 77dbe4e refactor: migrate from x11-dl to x11rb (#150)
  • 24def62 chore(deps): update rust crate winit to v0.30.9 (#147)
  • 1259ddd Update iced example to 0.13 (#145)
  • b0e542d ci: Update lockfile on versioning PRs
  • f088aee fix(deps): update rust crate crossbeam-channel to v0.5.15 [security] (#143)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependencies updates and maintenance rust Rust language specific changes labels Apr 27, 2026
Bumps the runtime group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.52.1` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.23` |
| [global-hotkey](https://github.com/amrbashir/global-hotkey) | `0.5.5` | `0.7.0` |



Updates `colored` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v3.0.0...v3.1.1)

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

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

Updates `tracing-subscriber` from 0.3.20 to 0.3.23
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.23)

Updates `global-hotkey` from 0.5.5 to 0.7.0
- [Release notes](https://github.com/amrbashir/global-hotkey/releases)
- [Changelog](https://github.com/tauri-apps/global-hotkey/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/global-hotkey@global-hotkey-v0.5.5...global-hotkey-v0.7)

---
updated-dependencies:
- dependency-name: colored
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: global-hotkey
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump the runtime group with 5 updates deps(deps): bump the runtime group across 1 directory with 5 updates Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/runtime-ca3731b5db branch from fb81188 to 70cf8e7 Compare April 28, 2026 07:17
@KyleDerZweite
Copy link
Copy Markdown
Owner

Superseded by 7f99bcf on master, which applies the runtime dependency updates, refreshes Cargo.toml/Cargo.lock, and fixes the global-hotkey 0.7 Windows Send/Sync build failure.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/cargo/runtime-ca3731b5db branch April 28, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies updates and maintenance rust Rust language specific changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant