Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 289 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (401 crate dependencies)
Crate: difference
Version: 2.0.0
Warning: unmaintained
Title: difference is unmaintained
Date: 2020-12-20
ID: RUSTSEC-2020-0095
URL: https://rustsec.org/advisories/RUSTSEC-2020-0095
Dependency tree:
difference 2.0.0
└── mockito 0.30.0
└── tauri 1.0.0-beta-rc.3
├── updater-example 0.1.0
├── tauri 1.0.0-beta-rc.3
├── multiwindow 0.1.0
├── helloworld 0.1.0
└── api 0.1.0
warning: 1 allowed warning found
[1.0.0-beta-rc.3]
tauri::error::CreateWebview
now has the error string message attached.- If the dialog
defaultPath
is a file, use it as starting file path. - Validate dialog option
defaultPath
- it must exists. - Expose
async_runtime
module. - Expose
PageLoadPayload
struct. - Fixes the Message
command
name value on plugin invoke handler. - Allow
window.__TAURI__.invoke
to be moved to another variable. - Make sure custom protocol is treated as secure content on macOS.
- Fixes macOS shortcut modifiers keycodes.
- Adds APIs to determine global and webview-specific URI scheme handlers.
- The package info APIs now checks the
package
object ontauri.conf.json
. - Change plugin trait
initialization
return type tostd::result::Result<(), Box<dyn std::error::Error>>
. - Fixes
sidecar
Command API. - Set LocalStorage and IndexedDB files path on Linux to
$HOME/.local/${bundleIdentifier}
. - Use bundle identifier instead of
Tauri
for user data path on Windows.
Cargo Publish
Updating crates.io index
Packaging tauri v1.0.0-beta-rc.3 (/home/runner/work/tauri/tauri/core/tauri)
Uploading tauri v1.0.0-beta-rc.3 (/home/runner/work/tauri/tauri/core/tauri)