Skip to content

chore(deps): bump tokio from 1.44.1 to 1.44.2 #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2025

Bumps tokio from 1.44.1 to 1.44.2.

Release notes

Sourced from tokio's releases.

Tokio v1.44.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

Commits
  • ec4b1d7 chore: forward port 1.43.x
  • e3c3a56 Merge branch 'tokio-1.43.x' into forward-port-1.43.x
  • a7b658c chore: prepare Tokio v1.43.1 release
  • c1c8d10 Merge remote-tracking branch 'origin/tokio-1.38.x' into forward-port-1.38.x
  • aa303bc chore: prepare Tokio v1.38.2 release
  • 7b6ccb5 chore: backport CI fixes
  • 4b174ce sync: fix cloning value when receiving from broadcast channel
  • See full diff in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 10, 2025
Copy link

codspeed-hq bot commented Jul 10, 2025

CodSpeed Instrumentation Performance Report

Merging #111 will degrade performances by 15.89%

Comparing dependabot/cargo/tokio-1.44.2 (52063b3) with main (d712959)

Summary

⚡ 6 improvements
❌ 3 regressions
✅ 158 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
bench_array1[4] 154.4 ns 183.6 ns -15.89%
bench_array2[4] 154.4 ns 183.6 ns -15.89%
init_array[4] 154.4 ns 183.6 ns -15.89%
mut_borrow 924.2 ns 895 ns +3.26%
sleep_100ns 566.1 ns 536.9 ns +5.43%
sleep_100us 566.1 ns 536.9 ns +5.43%
sleep_1ms 566.1 ns 536.9 ns +5.43%
sleep_1ns 566.1 ns 536.9 ns +5.43%
sleep_1us 566.1 ns 536.9 ns +5.43%

Copy link

codspeed-hq bot commented Jul 10, 2025

CodSpeed WallTime Performance Report

Merging #111 will degrade performances by 44.54%

Comparing dependabot/cargo/tokio-1.44.2 (52063b3) with main (d712959)

Summary

⚡ 11 improvements
❌ 7 regressions
✅ 136 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
large_drop 165 µs 184.1 µs -10.4%
large_setup 13 ns 15 ns -13.33%
from_elem[16384] 859 ns 828 ns +3.74%
from_elem[4096] 320 ns 336 ns -4.76%
from_elem[8192] 507 ns 490 ns +3.47%
graph_coloring[3] 1.2 µs 1.1 µs +7%
hamiltonian_cycle[4] 554 ns 575 ns -3.65%
hamiltonian_cycle[7] 816 ns 791 ns +3.16%
n_queens_solver[4] 1.5 µs 1.6 µs -3.06%
permutations[5] 14.7 µs 13.8 µs +6.17%
count_set_bits[0] 8 ns 7 ns +14.29%
count_set_bits[1024] 8 ns 7 ns +14.29%
count_set_bits[255] 8 ns 7 ns +14.29%
count_set_bits[42] 8 ns 7 ns +14.29%
count_set_bits[65535] 8 ns 7 ns +14.29%
sleep_100ns 43.8 µs 33.9 µs +29.2%
sleep_100us 118.6 µs 155.1 µs -23.52%
sleep_1ns 31.8 µs 57.3 µs -44.54%

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-1.44.2 branch 2 times, most recently from c1cb533 to f72a92b Compare July 11, 2025 15:25
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-1.44.2 branch from f72a92b to 52063b3 Compare July 11, 2025 15:26
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