Skip to content

chore(deps): bump tokio from 1.38.0 to 1.38.2#267

Merged
KisaragiEffective merged 1 commit into
mainfrom
dependabot/cargo/tokio-1.38.2
May 16, 2026
Merged

chore(deps): bump tokio from 1.38.0 to 1.38.2#267
KisaragiEffective merged 1 commit into
mainfrom
dependabot/cargo/tokio-1.38.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2025

Copy link
Copy Markdown
Contributor

Bumps tokio from 1.38.0 to 1.38.2.

Release notes

Sourced from tokio's releases.

Tokio v1.38.2

This release fixes a soundness issue in the broadcast channel. The channel accepts values that are Send but !Sync. Previously, the channel called clone() on these values without synchronizing. This release fixes the channel by synchronizing calls to .clone() (Thanks Austin Bonander for finding and reporting the issue).

Fixed

  • sync: synchronize clone() call in broadcast channel (#7232)

#7232: tokio-rs/tokio#7232

Tokio v1.38.1

1.38.1 (July 16th, 2024)

This release fixes the bug identified as (#6682), which caused timers not to fire when they should.

Fixed

  • time: update wake_up while holding all the locks of sharded time wheels (#6683)

#6682: tokio-rs/tokio#6682 #6683: tokio-rs/tokio#6683

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 8, 2025
@KisaragiEffective

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.38.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/tokio-1.38.2 branch from eb01e03 to 4bc30d9 Compare May 7, 2026 00:40
@KisaragiEffective KisaragiEffective merged commit 9bc403f into main May 16, 2026
3 checks passed
@KisaragiEffective KisaragiEffective deleted the dependabot/cargo/tokio-1.38.2 branch May 16, 2026 05:49
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