mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.36.0</h2> <h1>1.36.0 (February 2nd, 2024)</h1> <h3>Added</h3> <ul> <li>io: add <code>tokio::io::Join</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6220">#6220</a>)</li> <li>io: implement <code>AsyncWrite</code> for <code>Empty</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6235">#6235</a>)</li> <li>net: add support for anonymous unix pipes (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6127">#6127</a>)</li> <li>net: add <code>UnixSocket</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>)</li> <li>net: expose keepalive option on <code>TcpSocket</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>)</li> <li>sync: add <code>{Receiver,UnboundedReceiver}::poll_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6236">#6236</a>)</li> <li>sync: add <code>Sender::{try_,}reserve_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6205">#6205</a>)</li> <li>sync: add <code>watch::Receiver::mark_unchanged</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6252">#6252</a>)</li> <li>task: add <code>JoinSet::try_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6280">#6280</a>)</li> </ul> <h3>Changed</h3> <ul> <li>io: make <code>copy</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6265">#6265</a>)</li> <li>io: make <code>repeat</code> and <code>sink</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6254">#6254</a>)</li> <li>io: simplify check for empty slice (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>)</li> <li>process: use pidfd on Linux when available (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6152">#6152</a>)</li> <li>sync: use AtomicBool in broadcast channel future (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: clarify <code>clear_ready</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6304">#6304</a>)</li> <li>net: document that <code>*Fd</code> traits on <code>TcpSocket</code> are unix-only (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6294">#6294</a>)</li> <li>sync: document FIFO behavior of <code>tokio::sync::Mutex</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6279">#6279</a>)</li> <li>chore: typographic improvements (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6262">#6262</a>)</li> <li>runtime: remove obsolete comment (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>)</li> <li>task: fix typo (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6261">#6261</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6220">#6220</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6220">tokio-rs/tokio#6220</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6235">#6235</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6235">tokio-rs/tokio#6235</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6127">#6127</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6127">tokio-rs/tokio#6127</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6290">tokio-rs/tokio#6290</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6311">tokio-rs/tokio#6311</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6236">#6236</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6236">tokio-rs/tokio#6236</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6205">#6205</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6205">tokio-rs/tokio#6205</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6252">#6252</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6252">tokio-rs/tokio#6252</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6280">#6280</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6280">tokio-rs/tokio#6280</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6265">#6265</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6265">tokio-rs/tokio#6265</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6254">#6254</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6254">tokio-rs/tokio#6254</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6293">tokio-rs/tokio#6293</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6238">#6238</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6238">tokio-rs/tokio#6238</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6152">#6152</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6152">tokio-rs/tokio#6152</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6298">tokio-rs/tokio#6298</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6262">#6262</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6262">tokio-rs/tokio#6262</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6303">tokio-rs/tokio#6303</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6261">#6261</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6261">tokio-rs/tokio#6261</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="eaf81ed324"><code>eaf81ed</code></a> chore: prepare Tokio v1.36.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6312">#6312</a>)</li> <li><a href="53f9e5a357"><code>53f9e5a</code></a> ci: make sure dictionary words are sorted and unique (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6316">#6316</a>)</li> <li><a href="9077762545"><code>9077762</code></a> net: expose keepalive option on <code>TcpSocket</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6311">#6311</a>)</li> <li><a href="131e7b4e49"><code>131e7b4</code></a> ci: add spellchecking (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6297">#6297</a>)</li> <li><a href="e53b92a993"><code>e53b92a</code></a> io: clarify <code>clear_ready</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6304">#6304</a>)</li> <li><a href="7536132065"><code>7536132</code></a> sync: use AtomicBool in broadcast channel future (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6298">#6298</a>)</li> <li><a href="b6d0c9091d"><code>b6d0c90</code></a> macros: fix trait_method breaking change detection (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6308">#6308</a>)</li> <li><a href="4846959e8a"><code>4846959</code></a> runtime: remove obsolete comment (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6303">#6303</a>)</li> <li><a href="ec3038357f"><code>ec30383</code></a> net: add <code>UnixSocket</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6290">#6290</a>)</li> <li><a href="f80bbec28f"><code>f80bbec</code></a> io: simplify check for empty slice (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6293">#6293</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90 lines
3.0 KiB
TOML
90 lines
3.0 KiB
TOML
[package]
|
|
name = "firezone-windows-client"
|
|
# mark:automatic-version
|
|
version = "1.0.0"
|
|
description = "Firezone"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
anyhow = { version = "1.0" }
|
|
tauri-build = { version = "1.5", features = [] }
|
|
|
|
[dependencies]
|
|
arboard = { version = "3.3.0", default-features = false }
|
|
anyhow = { version = "1.0" }
|
|
arc-swap = "1.6.0"
|
|
chrono = { workspace = true }
|
|
clap = { version = "4.4", features = ["derive", "env"] }
|
|
connlib-client-shared = { workspace = true }
|
|
connlib-shared = { workspace = true }
|
|
crash-handler = "0.6.1"
|
|
firezone-cli-utils = { workspace = true }
|
|
hex = "0.4.3"
|
|
git-version = "0.3.9"
|
|
# 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.1"
|
|
reqwest = { version = "0.11.22", default-features = false, features = ["stream", "rustls-tls"] }
|
|
ring = "0.17"
|
|
secrecy = { workspace = true }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
semver = { version = "1.0.21", features = ["serde"] }
|
|
subtle = "2.5.0"
|
|
thiserror = { version = "1.0", default-features = false }
|
|
tokio = { version = "1.36.0", features = ["time"] }
|
|
tracing = { workspace = true }
|
|
tracing-log = "0.2"
|
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
|
url = { version = "2.5.0", features = ["serde"] }
|
|
uuid = { version = "1.7.0", features = ["v4"] }
|
|
tracing-panic = "0.1.1"
|
|
zip = { version = "0.6.6", features = ["deflate", "time"], default-features = false }
|
|
rand = "0.8.5"
|
|
windows-implement = "0.52.0"
|
|
sadness-generator = "0.5.0"
|
|
bincode = "1.3.3"
|
|
native-dialog = "0.7.0"
|
|
output_vt100 = "0.1"
|
|
|
|
# These dependencies are locked behind `cfg(windows)` because they either can't compile at all on Linux, or they need native dependencies like glib that are difficult to get. Try not to add more here.
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
# Tauri works fine on Linux, but it requires a lot of build-time deps like glib and gdk, so I've blocked it out for now.
|
|
tauri = { version = "1.5", features = [ "dialog", "shell-open-api", "system-tray" ] }
|
|
tauri-runtime = "0.14.2"
|
|
tauri-utils = "1.5.1"
|
|
tauri-winrt-notification = "0.1.3"
|
|
winreg = "0.52.0"
|
|
wintun = "0.4.0"
|
|
|
|
[target.'cfg(windows)'.dependencies.windows]
|
|
version = "0.52.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",
|
|
"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!!
|
|
custom-protocol = ["tauri/custom-protocol"]
|