mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump tauri-utils from 1.5.2 to 1.5.3 in /rust (#3767)
Bumps [tauri-utils](https://github.com/tauri-apps/tauri) from 1.5.2 to 1.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases">tauri-utils's releases</a>.</em></p> <blockquote> <h2>tauri-utils v1.5.3</h2> <p>Updating crates.io index</p> <!-- raw HTML omitted --> <pre><code>Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 603 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (581 crate dependencies) 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 └── clap 3.2.25 └── tauri 1.6.0 ├── tauri 1.6.0 ├── restart 0.1.0 └── app-updater 0.1.0 <p>warning: 1 allowed warning found </code></pre></p> <!-- raw HTML omitted --> <h2>[1.5.3]</h2> <h3>New features</h3> <ul> <li><a href="7aa30dec85"><code>7aa30dec</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/8620">#8620</a>) Add <code>priority</code>, <code>section</code> and <code>changelog</code> options in Debian config.</li> </ul> <!-- raw HTML omitted --> <pre><code>Updating crates.io index Packaging tauri-utils v1.5.3 (/home/runner/work/tauri/tauri/core/tauri-utils) Verifying tauri-utils v1.5.3 (/home/runner/work/tauri/tauri/core/tauri-utils) Updating crates.io index Downloading crates ... Downloaded phf_codegen v0.8.0 Downloaded phf v0.8.0 Downloaded nodrop v0.1.14 Downloaded phf_generator v0.11.2 Downloaded itoa v0.4.8 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="a4b82d9dba"><code>a4b82d9</code></a> chore: bump tauri-utils</li> <li><a href="b735b6799f"><code>b735b67</code></a> Apply Version Updates From Current Changes (v1) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8475">#8475</a>)</li> <li><a href="7b5e8712e7"><code>7b5e871</code></a> ci: update msrv test and cargo.lock</li> <li><a href="2421073576"><code>2421073</code></a> fix(macos): use BTreeMap for windows map to prevent crash on idle (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8117">#8117</a>)</li> <li><a href="510b62261c"><code>510b622</code></a> chore(core): Add missing changefile for <a href="https://redirect.github.com/tauri-apps/tauri/issues/8546">#8546</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8822">#8822</a>)</li> <li><a href="b0f27814b9"><code>b0f2781</code></a> fix(cli): map <code>--profile dev</code> to <code>debug</code> folder when finding executable (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8776">#8776</a>)</li> <li><a href="cc3d8e7731"><code>cc3d8e7</code></a> fix(core): Command::output suspend while wait for response (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8539">#8539</a>)</li> <li><a href="8ce51cec3b"><code>8ce51ce</code></a> feat: retain cli args when relaunching after update, closes <a href="https://redirect.github.com/tauri-apps/tauri/issues/7402">#7402</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7718">#7718</a>)</li> <li><a href="0bff8c325d"><code>0bff8c3</code></a> fix(cli): Ignore query parameter in dev server (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8697">#8697</a>)</li> <li><a href="a9b2c0625c"><code>a9b2c06</code></a> chore: Commit Cargo.lock (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8586">#8586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/tauri-utils-v1.5.2...tauri-utils-v1.5.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -6145,9 +6145,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ece74810b1d3d44f29f732a7ae09a63183d63949bbdd59c61f8ed2a1b70150db"
|
||||
checksum = "75ad0bbb31fccd1f4c56275d0a5c3abdf1f59999f72cb4ef8b79b4ed42082a21"
|
||||
dependencies = [
|
||||
"brotli",
|
||||
"ctor",
|
||||
|
||||
@@ -41,7 +41,7 @@ semver = { version = "1.0.22", features = ["serde"] }
|
||||
subtle = "2.5.0"
|
||||
tauri = { version = "1.5", features = [ "dialog", "shell-open-api", "system-tray" ] }
|
||||
tauri-runtime = "0.14.2"
|
||||
tauri-utils = "1.5.1"
|
||||
tauri-utils = "1.5.3"
|
||||
thiserror = { version = "1.0", default-features = false }
|
||||
tokio = { version = "1.36.0", features = ["time"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user