fix(deps): bump mio to 1.2.3 to stop Windows daemon panic - #62
Draft
posthog[bot] wants to merge 1 commit into
Draft
posthog[bot] wants to merge 1 commit into
posthog[bot] wants to merge 1 commit into
Conversation
mio 1.2.0 panics in its Windows AFD selector when an I/O cancel returns error 1168 (ERROR_NOT_FOUND), which happens when the I/O request already finished. This race aborts the daemon process for Windows users. mio 1.2.3 replaces that panic with normal error propagation, so the panicking branch no longer exists. This bumps only the lockfile entry; no source change is required. tokio 1.52.3 requires mio ^1.2.0, and the dependency graph is unchanged. Verified with `cargo check --locked`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Generated-By: PostHog Desktop Task-Id: 5d9c08f4-d4dd-46b2-8048-a56421933242
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
panic: CANCEL ERROR Os { code: 1168, ... "Element not found." }(WindowsERROR_NOT_FOUND).Changes
mio1.2.0→1.2.3inCargo.lock. Upstream replaced that panic with normal error propagation in 1.2.3, so the panicking branch no longer exists.tokio 1.52.3requiresmio ^1.2.0, which 1.2.3 satisfies.Verification
cargo check --lockedpasses (crateautter v1.7.5).Risk
Agent context
autter-runtimerepository, but that repo is the TypeScript telemetry SDK and has no Rust code. The panicking code (Cargo.lock,src/daemon/telemetry_worker.rs,src/observability/mod.rs) lives here inautter-cli, so the fix landed here.Created with PostHog Desktop from this inbox report.
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.