github tauri-apps/tauri tauri-v2.0.0-alpha.9
tauri v2.0.0-alpha.9

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 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.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.9]

  • 256c30c7(#6863) Enhance parsing of annotated Android plugin methods to support private functions.
  • 73c803a5(#6837) Added static function loadConfig on the Android PluginManager class.
  • edb16d13(#6831) Adjust Android plugin exception error.
  • 0ab5f40d(#6813) Add channel API for sending data across the IPC.
  • 31444ac1(#6725) On Android, update proguard rules.
  • 8ce32e74(#6986) Add default_window_icon getter on App and AppHandle.
  • 2a5175a8(#6779) Enhance Android's JSObject return types.
  • bb2a8ccf(#6830) Use actual iOS plugin instance to run command with throws.
  • 94224906(#6783) Generate TauriActivity Kotlin class on the build script.
  • 7a4b1fb9(#6839) Added support to attibutes for each command path in the generate_handler macro.
  • 9a79dc08(#6947) Remove enable_tauri_api from the IPC scope.
  • dfa407ff(#6763) Expose plugin configuration on the Android and iOS plugin classes.
  • 3245d14b(#6895) Moved the app feature to its own plugin in the plugins-workspace repository.
  • 09376af5(#6704) Moved the cli feature to its own plugin in the plugins-workspace repository.
  • 2d5378bf(#6717) Moved the dialog APIs to its own plugin in the plugins-workspace repository.
  • 39f1b04f(#6943) Moved the event JS APIs to a plugin.
  • fc4d687e(#6716) Moved the file system APIs to its own plugin in the plugins-workspace repository.
  • f78a3783(#6742) Moved the http feature to its own plugin in the plugins-workspace repository.
  • 29ce9ce2(#6902) Moved the os feature to its own plugin in the plugins-workspace repository.
  • 60cf9ed2(#6905) Moved the process feature to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Moved the protocol scope configuration to the asset_protocol field in SecurityConfig.
  • 96639ca2(#6749) Moved the shell functionality to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Moved the updater configuration to the BundleConfig.
  • b072daa3(#6919) Moved the updater feature to its own plugin in the plugins-workspace repository.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • d693e526(#6780) Added the onNewIntent Plugin hook on Android.
  • 34b8f339(#6705) Add app method for the PluginApi struct.
  • 96639ca2(#6749) Moved the tauri::api::process module to tauri::process.
  • cdad6e08(#6774) Changed how the tauri-android dependency is injected. This requires the gen/android project to be recreated.
  • e1e85dc2(#6925) Removed the allowlist configuration.
  • cebd7526(#6728) Moved the clipboard feature to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Removed extract and move APIs from tauri::api::file.
  • 3f17ee82(#6737) Moved the global-shortcut feature to its own plugin in the plugins-workspace repository.
  • ae102980(#6719) Refactor the Context conditional fields and only parse the tray icon on desktop.
  • 2d5378bf(#6717) Remove the updater's dialog option.
  • e1e85dc2(#6925) Removed UpdaterEvent. See tauri-plugin-updater for new usage.
  • 9a79dc08(#6947) Moved the window JS APIs to its own plugin in the plugins-workspace repository.
  • 22a76338(#6713) Expose SafePathBuf type in tauri::path.
  • c4171152(#6909) Enable shadows by default.
  • dfa407ff(#6763) Change iOS plugin init function signature to func init_plugin() -> Plugin.

Cargo Publish

Updating crates.io index
   Packaging tauri v2.0.0-alpha.9 (/home/runner/work/tauri/tauri/core/tauri)
   Verifying tauri v2.0.0-alpha.9 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded serialize-to-javascript-impl v0.1.1
  Downloaded serde_urlencoded v0.7.1
  Downloaded http-body v0.4.5
  Downloaded try-lock v0.2.4
  Downloaded tower-service v0.3.2
  Downloaded signal-hook-registry v1.4.1
  Downloaded want v0.3.0
  Downloaded ipnet v2.7.2
  Downloaded serialize-to-javascript v0.1.1
  Downloaded serde_repr v0.1.12
  Downloaded mime v0.3.17
  Downloaded httpdate v1.0.2
  Downloaded tokio-macros v2.1.0
  Downloaded state v0.5.3
  Downloaded httparse v1.8.0
  Downloaded socket2 v0.4.9
  Downloaded libm v0.2.7
  Downloaded mio v0.8.6
  Downloaded tokio-util v0.7.8
  Downloaded winnow v0.4.1
  Downloaded reqwest v0.11.18
  Downloaded hyper v0.14.26
  Downloaded tokio v1.28.1
  Downloaded h2 v0.3.19
  Downloaded tauri-macros v2.0.0-alpha.5
  Downloaded tauri-build v2.0.0-alpha.5
  Downloaded tauri-runtime-wry v0.13.0-alpha.5
   Compiling proc-macro2 v1.0.58
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.27
   Compiling serde v1.0.163
   Compiling syn v2.0.16
   Compiling autocfg v1.1.0
   Compiling libc v0.2.144
   Compiling smallvec v1.10.0
   Compiling indexmap v1.9.3
   Compiling hashbrown v0.12.3
   Compiling winnow v0.4.1
   Compiling heck v0.4.1
   Compiling pkg-config v0.3.27
   Compiling serde_derive v1.0.163
   Compiling target-lexicon v0.12.7
   Compiling cfg-if v1.0.0
   Compiling cfg-expr v0.15.1
   Compiling version-compare v0.1.1
   Compiling syn v1.0.109
   Compiling toml_datetime v0.6.1
   Compiling serde_spanned v0.6.1
   Compiling toml_edit v0.19.8
   Compiling toml v0.7.3
   Compiling system-deps v6.1.0
   Compiling once_cell v1.17.1
   Compiling version_check v0.9.4
   Compiling glib-sys v0.16.3
   Compiling ppv-lite86 v0.2.17
   Compiling gobject-sys v0.16.3
   Compiling siphasher v0.3.10
   Compiling memchr v2.5.0
   Compiling bitflags v1.3.2
   Compiling getrandom v0.1.16
   Compiling getrandom v0.2.9
   Compiling rand_core v0.5.1
   Compiling gio-sys v0.16.3
   Compiling thiserror v1.0.40
   Compiling pin-project-lite v0.2.9
   Compiling futures-core v0.3.28
   Compiling thiserror-impl v1.0.40
   Compiling log v0.4.17
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling lock_api v0.4.9
   Compiling slab v0.4.8
   Compiling parking_lot_core v0.9.7
   Compiling futures-task v0.3.28
   Compiling anyhow v1.0.71
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling futures-sink v0.3.28
   Compiling scopeguard v1.1.0
   Compiling fnv v1.0.7
   Compiling futures-util v0.3.28
   Compiling phf_generator v0.8.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling futures-macro v0.3.28
   Compiling semver v1.0.17
   Compiling futures-io v0.3.28
   Compiling pin-utils v0.1.0
   Compiling parking_lot v0.12.1
   Compiling rand_core v0.6.4
   Compiling proc-macro-error v1.0.4
   Compiling gdk-sys v0.16.0
   Compiling itoa v1.0.6
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling futures-channel v0.3.28
   Compiling rand_chacha v0.3.1
   Compiling phf_shared v0.10.0
   Compiling rand v0.8.5
   Compiling proc-macro-crate v1.3.1
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling futures-executor v0.3.28
   Compiling glib-macros v0.16.8
   Compiling atk-sys v0.16.0
   Compiling gdk-pixbuf-sys v0.16.3
   Compiling pango-sys v0.16.3
   Compiling cairo-sys-rs v0.16.3
   Compiling serde_json v1.0.96
   Compiling ryu v1.0.13
   Compiling phf_macros v0.8.0
   Compiling glib v0.16.7
   Compiling rustc_version v0.4.0
   Compiling new_debug_unreachable v1.0.4
   Compiling tinyvec_macros v0.1.1
   Compiling byteorder v1.4.3
   Compiling tinyvec v1.6.0
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling percent-encoding v2.2.0
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling form_urlencoded v1.1.0
   Compiling markup5ever v0.10.1
   Compiling unicode-normalization v0.1.22
   Compiling uuid v1.3.3
   Compiling gtk-sys v0.16.0
   Compiling cssparser v0.27.2
   Compiling gio v0.16.7
   Compiling dtoa v0.4.8
   Compiling unicode-bidi v0.3.13
   Compiling utf-8 v0.7.6
   Compiling tendril v0.4.3
   Compiling idna v0.3.0
   Compiling dtoa-short v0.3.3
   Compiling darling_macro v0.20.1
   Compiling string_cache v0.8.7
   Compiling selectors v0.22.0
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling nodrop v0.1.14
   Compiling matches v0.1.10
   Compiling itoa v0.4.8
   Compiling alloc-no-stdlib v2.0.4
   Compiling convert_case v0.4.0
   Compiling stable_deref_trait v1.2.0
   Compiling servo_arc v0.1.1
   Compiling derive_more v0.99.17
   Compiling alloc-stdlib v0.2.2
   Compiling darling v0.20.1
   Compiling url v2.3.1
   Compiling fxhash v0.2.1
   Compiling bytes v1.4.0
   Compiling cc v1.0.79
   Compiling simd-adler32 v0.3.5
   Compiling thin-slice v0.1.1
   Compiling crc32fast v1.3.2
   Compiling serde_with_macros v2.3.3
   Compiling brotli-decompressor v2.3.4
   Compiling cfb v0.7.3
   Compiling treediff v4.0.2
   Compiling phf_macros v0.10.0
   Compiling memoffset v0.8.0
   Compiling typenum v1.16.0
   Compiling same-file v1.0.6
   Compiling adler v1.0.2
   Compiling miniz_oxide v0.7.1
   Compiling walkdir v2.3.3
   Compiling phf v0.10.1
   Compiling json-patch v1.0.0
   Compiling infer v0.12.0
   Compiling brotli v3.3.4
   Compiling serde_with v2.3.3
   Compiling kuchiki v0.8.1
   Compiling field-offset v0.3.5
   Compiling generic-array v0.14.7
   Compiling ctor v0.1.26
   Compiling glob v0.3.1
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling flate2 v1.0.26
   Compiling gdk-pixbuf v0.16.7
   Compiling pango v0.16.5
   Compiling fdeflate v0.3.0
   Compiling http v0.2.9
   Compiling cairo-rs v0.16.7
   Compiling javascriptcore-rs-sys v0.5.1
   Compiling soup3-sys v0.3.1
   Compiling gtk v0.16.2
   Compiling gdk v0.16.2
   Compiling png v0.17.8
   Compiling atk v0.16.0
   Compiling gtk3-macros v0.16.3
   Compiling webkit2gtk-sys v0.19.1
   Compiling x11 v2.21.0
   Compiling tokio v1.28.1
   Compiling crossbeam-utils v0.8.15
   Compiling mio v0.8.6
   Compiling gdkx11-sys v0.16.0
   Compiling tracing-core v0.1.31
   Compiling x11-dl v2.21.0
   Compiling tokio-macros v2.1.0
   Compiling tracing-attributes v0.1.24
   Compiling signal-hook-registry v1.4.1
   Compiling socket2 v0.4.9
   Compiling num_cpus v1.15.0
   Compiling tracing v0.1.37
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling tao v0.19.1
   Compiling embed-resource v2.1.1
   Compiling raw-window-handle v0.5.2
   Compiling io-lifetimes v1.0.10
   Compiling httparse v1.8.0
   Compiling tauri-winres v0.1.1
   Compiling digest v0.10.6
   Compiling crossbeam-channel v0.5.8
   Compiling tokio-util v0.7.8
   Compiling javascriptcore-rs v0.17.0
   Compiling soup3 v0.3.2
   Compiling gdkwayland-sys v0.16.0
   Compiling cargo_toml v0.15.2
   Compiling instant v0.1.12
   Compiling wry v0.28.3
   Compiling lazy_static v1.4.0
   Compiling tauri-runtime v0.13.0-alpha.5
   Compiling cpufeatures v0.2.7
   Compiling try-lock v0.2.4
   Compiling rustix v0.37.19
   Compiling base64 v0.21.0
   Compiling want v0.3.0
   Compiling sha2 v0.10.6
   Compiling tauri-build v2.0.0-alpha.5
   Compiling webkit2gtk v0.19.2
   Compiling h2 v0.3.19
   Compiling ico v0.3.0
   Compiling http-body v0.4.5
   Compiling http-range v0.1.5
   Compiling tauri-runtime-wry v0.13.0-alpha.5
   Compiling linux-raw-sys v0.3.7
   Compiling httpdate v1.0.2
   Compiling tower-service v0.3.2
   Compiling hyper v0.14.26
   Compiling tauri-codegen v2.0.0-alpha.5
   Compiling tauri v2.0.0-alpha.9 (/home/runner/work/tauri/tauri/target/package/tauri-2.0.0-alpha.9)
   Compiling serde_urlencoded v0.7.1
   Compiling serialize-to-javascript-impl v0.1.1
   Compiling encoding_rs v0.8.32
   Compiling dirs-sys-next v0.1.2
   Compiling mime v0.3.17
   Compiling fastrand v1.9.0
   Compiling ipnet v2.7.2
   Compiling reqwest v0.11.18
   Compiling tempfile v3.5.0
   Compiling dirs-next v2.0.0
   Compiling serialize-to-javascript v0.1.1
   Compiling tauri-macros v2.0.0-alpha.5
   Compiling serde_repr v0.1.12
   Compiling state v0.5.3
    Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
    Packaged 94 files, 618.6KiB (150.7KiB compressed)
   Uploading tauri v2.0.0-alpha.9 (/home/runner/work/tauri/tauri/core/tauri)
    Updating crates.io index
     Waiting on `tauri` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

Don't miss a new tauri release

NewReleases is sending notifications on new releases.