mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
```[tasklist] ### Before merging - [x] Manual test of MSI from CI ``` Bumps [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification) from 0.1.3 to 0.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/winrt-notification/releases">tauri-winrt-notification's releases</a>.</em></p> <blockquote> <h2>tauri-winrt-notification v0.2.0</h2> <p>Updating crates.io index</p> <!-- raw HTML omitted --> <pre><code>Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 613 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (15 crate dependencies) </code></pre> <!-- raw HTML omitted --> <h2>[0.2.0]</h2> <ul> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update MSRV to <code>1.62</code></li> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update <code>windows</code> crate to <code>0.54</code></li> </ul> <!-- raw HTML omitted --> <pre><code>`\`\` Updating crates.io index Packaging tauri-winrt-notification v0.2.0 (/home/runner/work/winrt-notification/winrt-notification) Updating crates.io index Packaged 29 files, 82.9KiB (40.8KiB compressed) Uploading tauri-winrt-notification v0.2.0 (/home/runner/work/winrt-notification/winrt-notification) Uploaded tauri-winrt-notification v0.2.0 to registry `crates-io` note: Waiting for `tauri-winrt-notification v0.2.0` to be available at registry `crates-io`. You may press ctrl-c to skip waiting; the crate should be available shortly. Published tauri-winrt-notification v0.2.0 at registry `crates-io` </code></pre> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/winrt-notification/blob/dev/CHANGELOG.md">tauri-winrt-notification's changelog</a>.</em></p> <blockquote> <h2>[0.2.0]</h2> <ul> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update MSRV to <code>1.62</code></li> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update <code>windows</code> crate to <code>0.54</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e43754023c"><code>e437540</code></a> Publish New Versions (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/19">#19</a>)</li> <li><a href="1427bbfadc"><code>1427bbf</code></a> chore(deps): update <code>windows</code> crate to 0.54 (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/18">#18</a>)</li> <li>See full diff in <a href="https://github.com/tauri-apps/winrt-notification/compare/tauri-winrt-notification-v0.1.3...tauri-winrt-notification-v0.2">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> Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReactorScram <ReactorScram@users.noreply.github.com>
104 lines
3.4 KiB
TOML
104 lines
3.4 KiB
TOML
[package]
|
|
name = "firezone-gui-client"
|
|
# mark:automatic-version
|
|
version = "1.0.0"
|
|
description = "Firezone"
|
|
edition = "2021"
|
|
default-run = "firezone-gui-client"
|
|
authors = ["Firezone, Inc."]
|
|
|
|
[build-dependencies]
|
|
anyhow = { version = "1.0" }
|
|
tauri-build = { version = "1.5", features = [] }
|
|
|
|
[dependencies]
|
|
arboard = { version = "3.3.2", default-features = false }
|
|
anyhow = { version = "1.0" }
|
|
arc-swap = "1.7.0"
|
|
chrono = { workspace = true }
|
|
clap = { version = "4.5", features = ["derive", "env"] }
|
|
connlib-client-shared = { workspace = true }
|
|
connlib-shared = { workspace = true }
|
|
crash-handler = "0.6.1"
|
|
firezone-cli-utils = { workspace = true }
|
|
firezone-client-tunnel = { path = "../../client-tunnel" }
|
|
git-version = "0.3.9"
|
|
hex = "0.4.3"
|
|
# Same crate Hickory uses
|
|
hostname = "0.3.1"
|
|
# This is the same crate hickory uses to get system resolvers
|
|
ipconfig = "0.3.2"
|
|
keyring = "2.3.2"
|
|
known-folders = "1.1.0"
|
|
minidumper = "0.8.2"
|
|
native-dialog = "0.7.0"
|
|
output_vt100 = "0.1"
|
|
rand = "0.8.5"
|
|
reqwest = { version = "0.11.25", default-features = false, features = ["stream", "rustls-tls"] }
|
|
ring = "0.17"
|
|
sadness-generator = "0.5.0"
|
|
secrecy = { workspace = true }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
semver = { version = "1.0.22", features = ["serde"] }
|
|
subtle = "2.5.0"
|
|
tauri = { version = "1.6", features = [ "dialog", "shell-open-api", "system-tray" ] }
|
|
tauri-runtime = "0.14.2"
|
|
tauri-utils = "1.5.3"
|
|
thiserror = { version = "1.0", default-features = false }
|
|
tokio = { version = "1.36.0", features = ["signal", "time"] }
|
|
tracing = { workspace = true }
|
|
tracing-log = "0.2"
|
|
tracing-panic = "0.1.1"
|
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
|
url = { version = "2.5.0", features = ["serde"] }
|
|
uuid = { version = "1.7.0", features = ["v4"] }
|
|
zip = { version = "0.6.6", features = ["deflate", "time"], default-features = false }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
dirs = "5.0.1"
|
|
# Used for infinite `pending` on not-yet-implemented functions
|
|
futures = "0.3.30"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
dirs = "5.0.1"
|
|
# Used for infinite `pending` on not-implemented functions
|
|
futures = "0.3.30"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
futures = { version = "0.3", default-features = false }
|
|
tauri-winrt-notification = "0.2.0"
|
|
windows-implement = "0.53.0"
|
|
winreg = "0.52.0"
|
|
wintun = "0.4.0"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies.windows]
|
|
version = "0.54.0"
|
|
features = [
|
|
# For implementing COM interfaces
|
|
"implement",
|
|
"Win32_Foundation",
|
|
# For listening for network change events
|
|
"Win32_Networking_NetworkListManager",
|
|
# For deep_link module
|
|
"Win32_Security",
|
|
# COM is needed to listen for network change events
|
|
"Win32_System_Com",
|
|
# Needed for Windows to automatically kill child processes if the main process crashes
|
|
"Win32_System_JobObjects",
|
|
# Needed to check process ID of named pipe clients
|
|
"Win32_System_Pipes",
|
|
# Needed to listen for system DNS changes
|
|
"Win32_System_Registry",
|
|
"Win32_System_Threading",
|
|
# For deep_link module
|
|
"Win32_System_SystemServices",
|
|
]
|
|
|
|
[features]
|
|
# this feature is used for production builds or when `devPath` points to the filesystem
|
|
# DO NOT REMOVE!!
|
|
# TODO: We can probably remove this, per <https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.0.0-beta.8>
|
|
# I don't know how to verify this change, so I won't do it right now.
|
|
custom-protocol = ["tauri/custom-protocol"]
|