mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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>
Rust development guide
Firezone uses Rust for all data plane components. This directory contains the Linux and Windows clients, and low-level networking implementations related to STUN/TURN.
We target the last stable release of Rust using rust-toolchain.toml.
If you are using rustup, that is automatically handled for you.
Otherwise, ensure you have the latest stable version of Rust installed.