Skip to content

chore(deps): Bump tokio from 1.52.3 to 1.52.4 - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-1.52.4
Closed

chore(deps): Bump tokio from 1.52.3 to 1.52.4#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tokio-1.52.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown

Bumps tokio from 1.52.3 to 1.52.4.

Release notes

Sourced from tokio's releases.

Tokio v1.52.4

1.52.4 (July 16th, 2026)

Fixed

  • runtime: don't skip the driver when before_park schedules work (#8222)

Fixed (unstable)

  • taskdump: remove crate disambiguators from output (#8264)

#8264: tokio-rs/tokio#8264 #8222: tokio-rs/tokio#8222

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.3 to 1.52.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.52.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 16, 2026
9sntg added a commit to 9sntg/fleetops that referenced this pull request Jul 16, 2026
…+ jump (spec 012)

The PANE column and Enter->jump work on macOS, against cmux.

Identity is now exact rather than inferred. cmux exports CMUX_SURFACE_ID into
every terminal it starts, and wave 11's single `ps -AEwwo ...,command=` call
already reads process environments — so a session's surface comes free with its
liveness. Verified live: all three cmux-hosted sessions' CMUX_SURFACE_ID appear
in cmux's terminal list; sessions in Apple Terminal correctly have none.

Topology and jump use cmux's shipped AppleScript interface (cmux.sdef), NOT its
control socket. The socket's default automation.socketControlMode = cmuxOnly
means "only processes started inside cmux can connect", so using it would force
fleet to run inside a cmux pane or to handle CMUX_SOCKET_CAPABILITY — a
credential CLAUDE.md forbids fleetops from touching. AppleScript needs none and
works inside or outside cmux.

Because a surface id names exactly one surface, the wezterm-era title/cwd
tie-break tiers, the `ambiguous` outcome and the `≈?` marker are deleted —
pre-mortem eletrixa#4 is satisfied by construction, not by flagging. The jump collapses
to one `focus` call (raises the window AND focuses the surface), so the ordered
activate-tab->activate-pane hazard is structurally gone. Verified live: focus
moved to the requested surface.

The surface id rides as osascript argv (`on run argv`), never interpolated into
the script; a `do shell script` payload returns "notfound" rather than
executing. Pinned by test.

Two traps found and encoded as constraints + tests:
- cmux's dictionary defines a `tab` CLASS, shadowing AppleScript's tab-character
  constant inside `tell` — the delimiter emitted as the literal text "tab" and
  the parse silently yielded garbage. LIST_SCRIPT binds the delimiter outside.
- `ps -E` without `-A` lists only the caller's terminal, which would mark every
  session elsewhere dead.

Wave 13 also fixes a latent bug: highlight.rs hardcoded LINUX fcntl values
(O_NOCTTY=0o400, O_NONBLOCK=0o4000), which on Darwin are O_NOFOLLOW and O_EXCL.
O_EXCL without O_CREAT is ignored, so the pty opened WITHOUT non-blocking
semantics — a write to a wedged pty could block — and it could never fail loudly
because write_bytes drops every error by design. Now Darwin's 0x20000/0x4, from
sys/fcntl.h, pinned by test and re-verified against a real pty.

Deleted: src/panes.rs (1047 lines), tests/fixtures/wezterm-list.json,
tasklist.exe, wezterm.exe, WSLENV forwarding, the /mnt/c/Users/* socket-glob
ladder, multi-instance partial-failure merging, and AppError::Parse.

snapshot contract: focused_pane_id -> focused_surface_id, pane_id -> surface_id
(both strings); tab_index is the 1-based cmux tab.

CI moves to macos-latest — it was testing a platform the code no longer targets.
README/CLAUDE.md/CONTRIBUTING rewritten off the WSL2-only claim.

No new dependencies. ./check.sh green (132 tests).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@eletrixa

Copy link
Copy Markdown
Owner

Superseded by e634462 on main (ratatui 0.30.2, crossterm 0.29, tokio 1.53.1, actions/checkout@v7 — resolves the lru advisory via lru 0.18.1).

@eletrixa eletrixa closed this Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Author

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.

@dependabot
dependabot Bot deleted the dependabot/cargo/tokio-1.52.4 branch July 23, 2026 08:35
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