Skip to content

chore(autostart): update auto-launch to 0.6 - #3546

Draft
Legend-Master wants to merge 3 commits into
tauri-apps:v2from
Legend-Master:auto-launch-0.6
Draft

Legend-Master wants to merge 3 commits into
tauri-apps:v2from
Legend-Master:auto-launch-0.6

Conversation

@Legend-Master

Copy link
Copy Markdown
Contributor

@socket-security

socket-security Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​objc2-foundation@​0.3.0 ⏵ 0.3.210010093100100

View full report

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 18edd92

There are 42 changes which include barcode-scanner with patch, barcode-scanner-js with patch, biometric with patch, biometric-js with patch, clipboard-manager with patch, clipboard-manager-js with patch, deep-link with patch, deep-link-js with patch, dialog with patch, dialog-js with patch, fs with patch, fs-js with patch, geolocation with patch, geolocation-js with patch, haptics with patch, haptics-js with patch, nfc with patch, nfc-js with patch, notification with minor, notification-js with minor, opener with patch, opener-js with patch, shell with patch, shell-js with patch, http with minor, http-js with minor, log with patch, log-js with patch, persisted-scope with patch, positioner with patch, positioner-js with patch, single-instance with patch, sql with patch, sql-js with patch, stronghold with patch, stronghold-js with patch, updater with minor, updater-js with minor, upload with patch, upload-js with patch, websocket with patch, websocket-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.46 2.0.47
api-example-js 2.0.42 2.0.43
deep-link-example-js 2.2.12 2.2.13
barcode-scanner 2.4.5 2.4.6
barcode-scanner-js 2.4.5 2.4.6
biometric 2.3.2 2.3.3
biometric-js 2.3.2 2.3.3
clipboard-manager 2.3.2 2.3.3
clipboard-manager-js 2.3.2 2.3.3
deep-link 2.4.9 2.4.10
deep-link-js 2.4.9 2.4.10
fs 2.5.1 2.5.2
fs-js 2.5.1 2.5.2
dialog 2.7.2 2.7.3
dialog-js 2.7.2 2.7.3
geolocation 2.3.2 2.3.3
geolocation-js 2.3.2 2.3.3
opener 2.5.4 2.5.5
opener-js 2.5.4 2.5.5
haptics 2.3.2 2.3.3
haptics-js 2.3.2 2.3.3
http 2.5.9 2.6.0
http-js 2.5.9 2.6.0
log 2.9.0 2.9.1
log-js 2.9.0 2.9.1
nfc 2.3.5 2.3.6
nfc-js 2.3.5 2.3.6
notification 2.3.3 2.4.0
notification-js 2.3.3 2.4.0
persisted-scope 2.3.7 2.3.8
positioner 2.3.3 2.3.4
positioner-js 2.3.3 2.3.4
shell 2.3.5 2.3.6
shell-js 2.3.5 2.3.6
single-instance 2.4.3 2.4.4
sql 2.4.0 2.4.1
sql-js 2.4.0 2.4.1
stronghold 2.3.1 2.3.2
stronghold-js 2.3.1 2.3.2
updater 2.10.1 2.11.0
updater-js 2.10.1 2.11.0
upload 2.4.0 2.4.1
upload-js 2.4.0 2.4.1
websocket 2.4.2 2.4.3
websocket-js 2.4.2 2.4.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

type Result<T> = std::result::Result<T, Error>;

#[derive(Debug, Default, Copy, Clone)]
pub enum MacosLauncher {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ok so we didn't mark this as #[non_exhaustive]...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

to the surprise of noone 😭

@Legend-Master

Copy link
Copy Markdown
Contributor Author

Looks like smappservice_rs requires edition 2024... Maybe just wait for the tauri MSRV bump at this point 😩

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

auto start doesn't work on programs that requires admin rights

2 participants