Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps tokio from 1.44.0 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

Tokio v1.44.1

1.44.1 (March 13th, 2025)

Fixed

  • rt: skip defer queue in block_in_place context (#7216)

#7216: tokio-rs/tokio#7216

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
  • d413c9c chore: prepare Tokio v1.44.1 (#7217)
  • addbfb9 rt: skip defer queue in block_in_place context (#7216)
  • 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 May 1, 2025
@katacontainersbot katacontainersbot added the size/large Task of significant size label May 1, 2025
@stevenhorsman stevenhorsman force-pushed the dependabot/cargo/src/agent/tokio-1.44.2 branch from 46315f6 to 3309461 Compare May 1, 2025 09:35
@stevenhorsman stevenhorsman force-pushed the dependabot/cargo/src/agent/tokio-1.44.2 branch from 3309461 to bf9b573 Compare May 1, 2025 09:37
@stevenhorsman
Copy link
Member

I've taken over this PR to try and bump tokio in 8 components rather than have 8 separate PRs to save on hundreds of hours of CI

@stevenhorsman stevenhorsman changed the title build(deps): bump tokio from 1.44.0 to 1.44.2 in /src/agent build(deps): bump tokio from 1.44.0 to 1.44.2 May 2, 2025
@stevenhorsman stevenhorsman force-pushed the dependabot/cargo/src/agent/tokio-1.44.2 branch from bf9b573 to 1fa8ec0 Compare May 2, 2025 12:50
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @stevenhorsman and @dependabot!

Copy link
Member

@RuoqingHe RuoqingHe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we are missing something in the commit title 🤔

Bumps [tokio](https://github.com/tokio-rs/tokio) from to 1.44.2
in all components to resolve the security vuln throughout our repo

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
@stevenhorsman stevenhorsman force-pushed the dependabot/cargo/src/agent/tokio-1.44.2 branch from 1fa8ec0 to 6030a64 Compare May 6, 2025 10:39
@stevenhorsman
Copy link
Member

It looks like we are missing something in the commit title 🤔

Apologies - in the original dependabot title it said it was just in the agent. As I did all the components I deleted the agent part, but not the in - I've resolved that now. Thanks

Copy link
Member

@RuoqingHe RuoqingHe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @stevenhorsman !

@RuoqingHe RuoqingHe merged commit 4f97e5f into main May 6, 2025
513 of 527 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/tokio-1.44.2 branch May 6, 2025 13:55
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 ok-to-test rust Pull requests that update Rust code size/large Task of significant size
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants