mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 10:41:48 +00:00
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.11 to 1.5.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@tauri-apps/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@tauri-apps/cli</code> v1.5.12</h2> <h2>[1.5.12]</h2> <h3>Bug Fixes</h3> <ul> <li><a href="1675e41f05"><code>1675e41f0</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/9481">#9481</a>) Fixed an issue with the CLI renaming the main executable in kebab-case when building for Windows on a non-Windows system which caused the bundler step to fail.</li> <li><a href="9dd67abd93"><code>9dd67abd9</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/9298">#9298</a>) Upgrade <code>heck</code> to v0.5 to better support Chinese and Japanese product name, because Chinese do not have word separation.</li> <li><a href="f9638b6315"><code>f9638b631</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/9491">#9491</a>) Fixed an issue that caused the CLI to rename app binaries incorrectly if the product name contained a <code>.</code> which resulted in the bundling step to fail.</li> <li><a href="77cc49ac3c"><code>77cc49ac3</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/9188">#9188</a>) Fixed an issue causing the <code>build.runner</code> and <code>build.features</code> configs to not take effect.</li> <li><a href="aeddc40b9e"><code>aeddc40b9</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/9411">#9411</a>) Fix <code>tauri info</code> crashing when Node.js is not installed.</li> </ul> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@1.5.12</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="caddd5bdd8"><code>caddd5b</code></a> Apply Version Updates From Current Changes (v1) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9544">#9544</a>)</li> <li><a href="72c2636527"><code>72c2636</code></a> chore(ci): fix MSRV downgrade (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9543">#9543</a>)</li> <li><a href="83e024c670"><code>83e024c</code></a> chore(ci): downgrade home crate (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9542">#9542</a>)</li> <li><a href="07c9e352df"><code>07c9e35</code></a> fix(ci): downgrade cc crate for MSRV compatibility (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9541">#9541</a>)</li> <li><a href="d00178d60c"><code>d00178d</code></a> ci: Fix package downgrades in covector workflow (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9538">#9538</a>)</li> <li><a href="705da977a9"><code>705da97</code></a> fix: optional chaining is not supported on older webviews (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9529">#9529</a>)</li> <li><a href="1675e41f05"><code>1675e41</code></a> fix(bundler): don't convert product name to snake case when cross compiling (...</li> <li><a href="f9638b6315"><code>f9638b6</code></a> fix(cli): append extension to app binary manually on rename (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9491">#9491</a>)</li> <li><a href="aeddc40b9e"><code>aeddc40</code></a> fix(cli/info): fix crash when checking node version (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9411">#9411</a>)</li> <li><a href="fe6f81fa88"><code>fe6f81f</code></a> chore: fix clippy false positive (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9329">#9329</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.12">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.
Reading Client logs
The Client logs are written as JSONL for machine-readability.
To make them more human-friendly, pipe them through jq like this:
cd path/to/logs # e.g. `$HOME/.cache/dev.firezone.client/data/logs` on Linux
cat *.log | jq -r '"\(.time) \(.severity) \(.message)"'
Resulting in, e.g.
2024-04-01T18:25:47.237661392Z INFO started log
2024-04-01T18:25:47.238193266Z INFO GIT_VERSION = 1.0.0-pre.11-35-gcc0d43531
2024-04-01T18:25:48.295243016Z INFO No token / actor_name on disk, starting in signed-out state
2024-04-01T18:25:48.295360641Z INFO null