Skip to content

deps: bump tokio from 1.51.0 to 1.51.1#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-1.51.1
Closed

deps: bump tokio from 1.51.0 to 1.51.1#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tokio-1.51.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps tokio from 1.51.0 to 1.51.1.

Release notes

Sourced from tokio's releases.

Tokio v1.51.1

1.51.1 (April 8th, 2026)

Fixed

  • sync: fix semaphore reopens after forget (#8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)

Fixed (unstable)

  • metrics: fix worker_local_schedule_count test (#8008)
  • rt: do not leak fd when cancelling io_uring open operation (#7983)

#7983: tokio-rs/tokio#7983 #8001: tokio-rs/tokio#8001 #8008: tokio-rs/tokio#8008 #8021: tokio-rs/tokio#8021

Commits
  • 98df02d chore: prepare Tokio v1.51.1 (#8023)
  • 3ea11e2 sync: fix semaphore reopens after forget (#8021)
  • c791213 rt: do not leak fd when cancelling io_uring open operation (#7983)
  • ad8c59a net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)
  • 654d38b metrics: fix worker_local_schedule_count test (#8008)
  • 857ba80 docs: improve contributing docs on how to specify crates dependency versions ...
  • 95b9342 chore: remove path deps for tokio-macros 2.7.0 (#8007)
  • 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 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.51.0 to 1.51.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1)

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

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

dependabot bot commented on behalf of github Apr 8, 2026

Labels

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

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

@lingcoder lingcoder closed this Apr 9, 2026
@lingcoder lingcoder deleted the dependabot/cargo/tokio-1.51.1 branch April 9, 2026 06:03
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

lingcoder added a commit that referenced this pull request Apr 11, 2026
Complete the ccb-alignment window: TUI event flow refactor, tool
userFacingName convention, component extraction, and fuzzy matching.

TUI (crates/tui):
- translate_event / apply_event reducer split (#13)
- content_buffer mirror fix for streaming chunks (#22)
- Renderable trait + component extraction: Header, MessageList,
  InputArea, BottomBar, StatusLine (Phase 1)
- AppEvent bus + FrameRequester (Phase 2)
- Overlay trait + stack: CommandPalette, HistorySearch, ModelPicker,
  Transcript, GlobalSearch, ApprovalQueue (Phases 3-7)
- EventBroker pause/resume for external editor (Phase 5)
- Theme system consolidation with new role fields (#12, #21)
- Delete ContextualKeybindings dead code (#17, #18)
- Delete response_started + render_thinking_state dead code (#23, #24)

Tools (crates/tools):
- Adopt ccb userFacingName convention: Bash->Run, Grep->Search,
  Read->Read (path . lines N-M), PowerShell, etc.
- Extract str_utils::truncate_chars for codepoint-safe truncation
- Fix byte-slice panics in tool summary truncation (#10, #20)

Core + API + Agent + CLI:
- Wire ApprovalQueue + ModelPicker SwitchSession (#4)
- Dedupe strip_trailing_tool_json + TOOL_ARG_INDEX_BASE (#5)
- Fix BLOCKER: translate_agent_event empty tool name (#9)
- Fix run_repl missing registry arg under --no-default-features

Dependencies:
- Add nucleo-matcher 0.3 for fuzzy matching (#11, #15)

Docs:
- Bump test count to 3900+ and crate count to 17 in README/README.zh-CN

Verified end-to-end: cargo build + test (3934+ pass) + clippy clean,
non-interactive -p mode + live interactive TUI via winpty driving real
Windows conpty, all tool-use cells rendering correct ccb wrappers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant