Skip to content

chore(deps): bump tokio from 1.52.1 to 1.52.3#60

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-1.52.3
Open

chore(deps): bump tokio from 1.52.1 to 1.52.3#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-1.52.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps tokio from 1.52.1 to 1.52.3.

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

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 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)

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests updating dependencies label May 11, 2026
@dependabot dependabot Bot requested a review from KooshaPari as a code owner May 11, 2026 05:18
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 11, 2026

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

Comment thread Cargo.toml
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "fs"] }
tokio = { version = "1.52", features = ["rt-multi-thread", "macros", "fs"] }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Consider adding a comment explaining why tokio was updated to 1.52.3 instead of the latest version, if there's a specific reason.

Comment thread Cargo.lock
dependencies = [
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase, as this is a significant version change in a system dependency.

Comment thread Cargo.lock
"libc",
"linux-raw-sys",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

Comment thread Cargo.lock
"security-framework-sys",
"webpki-root-certs",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

Comment thread Cargo.lock
"once_cell",
"rustix",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

Comment thread Cargo.lock
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
dependencies = [
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

Comment thread Cargo.lock
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.52.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 11, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 7
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
Cargo.lock 510 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase, as this is a significant version change in a system dependency.
Cargo.lock 1553 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.
Cargo.lock 1610 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.
Cargo.lock 1878 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.
Cargo.lock 2002 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.
Cargo.lock 2442 windows-sys version downgraded from 0.61.2 to 0.52.0. Please verify this is intentional and compatible with your codebase.

SUGGESTION

File Line Issue
Cargo.toml 36 Consider adding a comment explaining why tokio was updated to 1.52.3 instead of the latest version, if there's a specific reason.
Other Observations (not in diff)

Issues found in unchanged code that cannot receive inline comments:

File Line Issue
No other observations
Files Reviewed (2 files)
  • Cargo.toml - 1 issues
  • Cargo.lock - 7 issues

This PR updates tokio from 1.52.1 to 1.52.3, which includes several sync-related fixes. The windows-sys version downgrades appear to be transitive dependencies pulled in by the tokio update. While dependency updates are generally good, the significant windows-sys version change (0.61.2 → 0.52.0) warrants verification that it doesn't break compatibility.

Fix these issues in Kilo Cloud


Reviewed by nemotron-3-super-120b-a12b-20230311:free · 585,144 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants