Skip to content

fix(deps): Update Cargo.lock to pull latest single-instance plugin fixes - #1198

Open
litchi-lcy wants to merge 1 commit into
pot-app:masterfrom
litchi-lcy:fix/update-single-instance-lock
Open

fix(deps): Update Cargo.lock to pull latest single-instance plugin fixes#1198
litchi-lcy wants to merge 1 commit into
pot-app:masterfrom
litchi-lcy:fix/update-single-instance-lock

Conversation

@litchi-lcy

Copy link
Copy Markdown

Hello Pot Maintainers,

This Pull Request only updates the src-tauri/Cargo.lock file.

The Problem Solved:

When running pnpm tauri dev on certain Windows configurations (e.g., Windows 11 Dev Channel), the application immediately panics during initialization with a null pointer dereference occurred error, specifically originating from the tauri-plugin-single-instance code.

The Cause:

The tauri-plugin-single-instance code, as locked in the previous Cargo.lock file, contained a known bug in its Windows implementation.

The Fix in this PR:

By running cargo update, I forced Cargo to check the v1 branch of the plugins-workspace, which contains the official fix for this panic.

This PR updates the Cargo.lock to reference the fixed Git commit hash. This ensures that developers will no longer encounter the fatal crash when setting up the project.

Thank you!

AK47are added a commit to AK47are/pot-desktop that referenced this pull request Nov 3, 2025
AK47are added a commit to AK47are/pot-desktop that referenced this pull request Nov 3, 2025
only update tauri-single-instance plugin and its dependencies

issue see pot-app#1198
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