Skip to content

tauri-utils v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 12:57
45a5cd5

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 469 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (453 crate dependencies)
Crate:     xml-rs
Version:   0.8.4
Warning:   unmaintained
Title:     xml-rs is Unmaintained
Date:      2022-01-26
ID:        RUSTSEC-2022-0048
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0048
Dependency tree:
xml-rs 0.8.4
└── plist 1.3.1
    └── tauri-codegen 1.2.0
        ├── tauri-macros 1.2.0
        │   └── tauri 1.2.0
        │       ├── tauri 1.2.0
        │       ├── restart 0.1.0
        │       └── app-updater 0.1.0
        └── tauri-build 1.2.0
            └── app-updater 0.1.0

warning: 1 allowed warning found

[1.2.0]

  • Validate package > productName in the tauri config and produce errors if it contains one of the following characters /\:*?\"<>|
  • Properly serialize HTML template tags.
  • PatternKind::Isolation is now defined even without the isolation feature.
  • Added the app allowlist module.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Add tauri.conf.json > bundle > publisher field to specify the app publisher.
  • Canonicalize the return value of platform::resource_dir.
    • a06dc699 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) on 2022-09-29
  • Added title option on the system tray configuration (macOS only).
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option to the window configuration.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02
  • Add mime_type module.
    • 54c337e0 feat(cli): hotreload support for frontend static files, closes #2173 (#5256) on 2022-09-28

Cargo Publish

Updating crates.io index
   Packaging tauri-utils v1.2.0 (/home/runner/work/tauri/tauri/core/tauri-utils)
   Verifying tauri-utils v1.2.0 (/home/runner/work/tauri/tauri/core/tauri-utils)
 Downloading crates ...
  Downloaded matches v0.1.9
  Downloaded nodrop v0.1.14
  Downloaded dtoa v0.4.8
  Downloaded phf_shared v0.10.0
  Downloaded parking_lot v0.12.1
  Downloaded ppv-lite86 v0.2.17
  Downloaded rand_core v0.5.1
  Downloaded phf_macros v0.10.0
  Downloaded servo_arc v0.1.1
  Downloaded stable_deref_trait v1.2.0
  Downloaded serde_with_macros v1.5.2
  Downloaded utf-8 v0.7.6
  Downloaded ctor v0.1.26
  Downloaded darling v0.13.4
  Downloaded darling_macro v0.13.4
  Downloaded darling_core v0.13.4
  Downloaded itoa v0.4.8
  Downloaded new_debug_unreachable v1.0.4
  Downloaded proc-macro-hack v0.5.19
  Downloaded parking_lot_core v0.9.4
  Downloaded rand_chacha v0.2.2
  Downloaded rand_pcg v0.2.1
  Downloaded treediff v3.0.2
  Downloaded cssparser-macros v0.6.0
  Downloaded futf v0.1.5
  Downloaded phf_codegen v0.8.0
  Downloaded precomputed-hash v0.1.1
  Downloaded uuid v0.8.2
  Downloaded tendril v0.4.3
  Downloaded kuchiki v0.8.1
  Downloaded markup5ever v0.10.1
  Downloaded json-patch v0.2.6
  Downloaded thin-slice v0.1.1
  Downloaded string_cache_codegen v0.5.2
  Downloaded siphasher v0.3.10
  Downloaded string_cache v0.8.4
  Downloaded serde_with v1.14.0
  Downloaded selectors v0.22.0
  Downloaded html5ever v0.25.2
  Downloaded derive_more v0.99.17
  Downloaded cssparser v0.27.2
  Downloaded cfb v0.6.1
  Downloaded rustc_version v0.4.0
  Downloaded phf_shared v0.8.0
  Downloaded phf_macros v0.8.0
  Downloaded phf_generator v0.8.0
  Downloaded phf v0.10.1
  Downloaded infer v0.7.0
  Downloaded phf v0.8.0
  Downloaded mac v0.1.1
  Downloaded dtoa-short v0.3.3
  Downloaded rand_core v0.6.4
  Downloaded rand_chacha v0.3.1
  Downloaded rand v0.8.5
  Downloaded rand v0.7.3
  Downloaded lock_api v0.4.9
  Downloaded getrandom v0.2.8
  Downloaded getrandom v0.1.16
  Downloaded fxhash v0.2.1
  Downloaded fnv v1.0.7
  Downloaded convert_case v0.4.0
  Downloaded phf_generator v0.10.0
   Compiling proc-macro2 v1.0.47
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.5
   Compiling syn v1.0.103
   Compiling libc v0.2.137
   Compiling cfg-if v1.0.0
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling serde_derive v1.0.147
   Compiling serde v1.0.147
   Compiling proc-macro-hack v0.5.19
   Compiling autocfg v1.1.0
   Compiling smallvec v1.10.0
   Compiling parking_lot_core v0.9.4
   Compiling log v0.4.17
   Compiling scopeguard v1.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling fnv v1.0.7
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling byteorder v1.4.3
   Compiling once_cell v1.16.0
   Compiling tinyvec_macros v0.1.0
   Compiling dtoa v0.4.8
   Compiling serde_json v1.0.87
   Compiling utf-8 v0.7.6
   Compiling itoa v0.4.8
   Compiling convert_case v0.4.0
   Compiling matches v0.1.9
   Compiling stable_deref_trait v1.2.0