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.4.0]
New Features
acc36fe1
(#6158) Add option to configurerequire_literal_leading_dot
onfs
andasset
protcol scopes.35cd751a
(#5176) Added thedesktop_template
option ontauri.conf.json > tauri > bundle > deb
.c4d6fb4b
(#2353) Added themaximizable
,minimizable
andclosable
options to the window configuration.3cb7a3e6
(#6997) AddMimeType::parse_with_fallback
andMimeType::parse_from_uri_with_fallback
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.cd3846c8
(#6955) AddWindowsUpdateInstallMode::nsis_args
85e77fb7
(#6762) Correctly determine MIME type of.txt
files.