Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 457 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (444 crate dependencies)
Crate: ansi_term
Version: 0.12.1
Warning: unmaintained
Title: ansi_term is Unmaintained
Date: 2021-08-18
ID: RUSTSEC-2021-0139
URL: https://rustsec.org/advisories/RUSTSEC-2021-0139
Dependency tree:
ansi_term 0.12.1
└── tracing-subscriber 0.3.15
└── loom 0.5.6
└── state 0.5.3
└── tauri 1.1.0
├── tauri 1.1.0
├── restart 0.1.0
└── app-updater 0.1.0
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
├── winrt-notification 0.5.1
│ └── notify-rust 4.5.8
│ └── tauri 1.1.0
│ ├── tauri 1.1.0
│ ├── restart 0.1.0
│ └── app-updater 0.1.0
└── plist 1.3.1
└── tauri-codegen 1.1.0
├── tauri-macros 1.1.0
│ └── tauri 1.1.0
└── tauri-build 1.1.0
└── app-updater 0.1.0
warning: 2 allowed warnings found
[1.1.0]
- Implement
api::http::ClientBuilder::max_redirections
for the default attohttpc client. - Implement
From<api::process::Command> for std::process::Command
. - Added support to configuration files in TOML format (Tauri.toml file).
- Enhance
SystemTray::with_icon
to accepttauri::Icon
. - Fixes CLI parser ignoring inner subcommands.
- Fix
fs.readDir
recursive option reading symlinked directories that are not allowed by the scope. - Fix typo in invalid state access panic message.
- Fixes updater breaking the app icon in Finder.
- Implement theme APIs for Linux.
- Implement
raw_window_handle::HasRawDisplayHandle
forApp
andAppHandle
- Retain command line arguments in
api::process::restart
. - Added APIs to create a system tray at runtime.
- Add
api::Command::encoding
method to set the stdout/stderr encoding. - Do not follow redirects when
api::http::ClientBuilder::max_redirections
is0
. - Added the
SystemTrayHandle::destroy
method. - Added
native-tls-vendored
andreqwest-native-tls-vendored
Cargo features to compile and statically link to a vendored copy of OpenSSL on Linux. - Update windows to 0.39.0 and webview2-com to 0.19.1.
- Add
exists
function to the fs module.
Cargo Publish
Updating crates.io index
Packaging tauri v1.1.0 (/home/runner/work/tauri/tauri/core/tauri)
Verifying tauri v1.1.0 (/home/runner/work/tauri/tauri/core/tauri)
Downloading crates ...
Downloaded futures-macro v0.3.24
Downloaded signal-hook-registry v1.4.0
Downloaded globset v0.4.9
Downloaded ignore v0.4.18
Downloaded serialize-to-javascript v0.1.1
Downloaded serialize-to-javascript-impl v0.1.1
Downloaded state v0.5.3
Downloaded tokio-macros v1.8.0
Downloaded mio v0.8.4
Downloaded serde_repr v0.1.9
Downloaded socket2 v0.4.7
Downloaded bstr v0.2.17
Downloaded tokio v1.21.1
Downloaded encoding_rs v0.8.31
Downloaded tauri-macros v1.1.0
Downloaded tauri-runtime-wry v0.11.0
Compiling proc-macro2 v1.0.43
Compiling unicode-ident v1.0.4
Compiling quote v1.0.21
Compiling syn v1.0.99
Compiling serde_derive v1.0.144
Compiling serde v1.0.144
Compiling libc v0.2.132
Compiling smallvec v1.9.0
Compiling pkg-config v0.3.25
Compiling heck v0.4.0
Compiling cfg-if v1.0.0
Compiling version-compare v0.1.0
Compiling autocfg v1.1.0
Compiling once_cell v1.14.0
Compiling version_check v0.9.4
Compiling thiserror v1.0.35
Compiling ppv-lite86 v0.2.16
Compiling bitflags v1.3.2
Compiling siphasher v0.3.10
Compiling getrandom v0.1.16
Compiling futures-core v0.3.24
Compiling anyhow v1.0.65
Compiling futures-task v0.3.24
Compiling pin-project-lite v0.2.9
Compiling futures-util v0.3.24
Compiling proc-macro-hack v0.5.19
Compiling pin-utils v0.1.0
Compiling futures-channel v0.3.24
Compiling log v0.4.17
Compiling unicode-segmentation v1.10.0
Compiling parking_lot_core v0.9.3
Compiling itoa v1.0.3
Compiling version-compare v0.0.11
Compiling fnv v1.0.7
Compiling byteorder v1.4.3
Compiling scopeguard v1.1.0
Compiling memchr v2.5.0
Compiling ryu v1.0.11
Compiling ucd-trie v0.1.5
Compiling new_debug_unreachable v1.0.4
Compiling tinyvec_macros v0.1.0
Compiling strsim v0.10.0
Compiling ident_case v1.0.1
Compiling gio v0.15.12
Compiling mac v0.1.1
Compiling precomputed-hash v0.1.1
Compiling utf-8 v0.7.6
Compiling futures-io v0.3.24
Compiling dtoa v0.4.8
Compiling typenum v1.15.0
Compiling unicode-bidi v0.3.8
Compiling crc32fast v1.3.2
Compiling nodrop v0.1.14
Compiling itoa v0.4.8
Compiling stable_deref_trait v1.2.0
Compiling serde_json v1.0.85
Compiling convert_case v0.4.0
Compiling matches v0.1.9
Compiling alloc-no-stdlib v2.0.4
Compiling percent-encoding v2.2.0
Compiling thin-slice v0.1.1
Compiling adler v1.0.2
Compiling same-file v1.0.6
Compiling crossbeam-utils v0.8.11
Compiling adler32 v1.2.0
Compiling bytes v1.2.1
Compiling semver v1.0.14
Compiling lazy_static v1.4.0
Compiling cty v0.2.2
Compiling tao v0.14.0
Compiling uuid v0.8.2
Compiling glob v0.3.0
Compiling cpufeatures v0.2.5
Compiling regex-syntax v0.6.27
Compiling tauri-runtime v0.11.0
Compiling wry v0.21.0
Compiling encoding_rs v0.8.31
Compiling tauri-runtime-wry v0.11.0
Compiling http-range v0.1.5