github tauri-apps/tauri tauri-utils-v1.4.0
tauri-utils v1.4.0

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 configure require_literal_leading_dot on fs and asset protcol scopes.
  • 35cd751a(#5176) Added the desktop_template option on tauri.conf.json > tauri > bundle > deb.
  • c4d6fb4b(#2353) Added the maximizable, minimizable and closable options to the window configuration.
  • 3cb7a3e6(#6997) Add MimeType::parse_with_fallback and MimeType::parse_from_uri_with_fallback
  • 29488205(#6867) Allow specifying custom language files of Tauri's custom messages for the NSIS installer
  • e092f799(#6887) Add nsis > template option to specify custom NSIS installer template.
  • cd3846c8(#6955) Add WindowsUpdateInstallMode::nsis_args
  • 85e77fb7(#6762) Correctly determine MIME type of .txt files.

Don't miss a new tauri release

NewReleases is sending notifications on new releases.