Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 550 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (515 crate dependencies)
Crate: kuchiki
Version: 0.8.1
Warning: unmaintained
Title: `kuchiki` is unmaintained
Date: 2023-01-21
ID: RUSTSEC-2023-0019
URL: https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.24.3
│ └── tauri-runtime-wry 0.14.0
│ └── tauri 1.4.0
│ ├── tauri 1.4.0
│ ├── restart 0.1.0
│ └── app-updater 0.1.0
└── tauri-utils 1.4.0
├── tauri-runtime-wry 0.14.0
├── tauri-runtime 0.14.0
│ ├── tauri-runtime-wry 0.14.0
│ └── tauri 1.4.0
├── tauri-macros 1.4.0
│ └── tauri 1.4.0
├── tauri-config-schema 0.0.0
├── tauri-codegen 1.4.0
│ ├── tauri-macros 1.4.0
│ └── tauri-build 1.4.0
│ └── app-updater 0.1.0
├── tauri-build 1.4.0
└── tauri 1.4.0
Crate: atty
Version: 0.2.14
Warning: unsound
Title: Potential unaligned read
Date: 2021-07-04
ID: RUSTSEC-2021-0145
URL: https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
├── colored 2.0.0
│ └── mockito 0.31.1
│ └── tauri 1.4.0
│ ├── tauri 1.4.0
│ ├── restart 0.1.0
│ └── app-updater 0.1.0
└── clap 3.2.25
└── tauri 1.4.0
warning: 2 allowed warnings found
[1.3.0]
New Features
35cd751a
(#5176) Addeddesktop_template
option onDebianSettings
.29488205
(#6867) Allow specifying custom language files of Tauri's custom messages for the NSIS installere092f799
(#6887) Addnsis > template
option to specify custom NSIS installer template.df89ccc1
(#6955) For NSIS, Add support for/P
to install or uninstall in passive mode,/R
to (re)start the app and/NS
to disable creating shortcuts insilent
andpassive
modes.
Enhancements
3327dd64
(#7081) Remove macOS app bundles from the output if they are not requested by the user.fc7f9eba
(#7001) Added Copyright field as BrandingText to the NSIS bundler.540ddd4e
(#6906) Added Dutch language support to the NSIS bundler.b257bebf
(#6906) Added Japanese language support to the NSIS bundler.61e3ad89
(#7010) Added Korean language support to the NSIS bundler.21d5eb84
(#6965) Added Persian language support to the NSIS bundler.df89ccc1
(#6955) NSISsilent
andpassive
installer/updater will auto-kill the app if its running.43858a31
(#7038) Added Swedish language support to the NSIS bundler.ac183948
(#7018) Added Turkish language support to the NSIS bundler.60334f9e
(#6859) NSIS installer will now check if a previous WiX.msi
installation exist and will prompt users to uninstall it.db7c5fbf
(#7143) Removeattohttpc
in favor ofureq
.
Bug Fixes
0302138f
(#6992) - Updated the AppImage bundler to follow symlinks for/usr/lib*
.- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the
/usr/lib64
is a symlink to/usr/lib
.
- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the
1b8001b8
(#7056) Fix incorrect estimated app size for NSIS bundler when installed to a non-empty directory.df89ccc1
(#6955) Fix NSIS installer disablingdo not uninstall
button and silent installer aborting, ifallowDowngrades
was disabled even when we are not downgrading.17da87d3
(#7036) Fix NSIS bundler failing to build whenproductName
contained chinsese characters.4d4b72ba
(#7086) Fix missing quote in Japanese NSIS language file.3cc295e9
(#6928) Fix NSIS installer not using the old installation path as a default when usingperMachine
orcurrentUser
install modes. Also fixes NSIS not respecting the/D
flag which used to set the installation directory from command line.df89ccc1
(#6955) Fix NSIS silent installer not creating Desktop and StartMenu shortcuts. Pass/NS
to disable creating them.