mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.1. <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.47.1</h2> <h1>1.47.1 (August 1st, 2025)</h1> <h3>Fixed</h3> <ul> <li>process: fix panic from spurious pidfd wakeup (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7494">#7494</a>)</li> <li>sync: fix broken link of Python <code>asyncio.Event</code> in <code>SetOnce</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7485">#7485</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7485">#7485</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7485">tokio-rs/tokio#7485</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7494">#7494</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7494">tokio-rs/tokio#7494</a></p> <h2>Tokio v1.47.0</h2> <h1>1.47.0 (July 25th, 2025)</h1> <p>This release adds <code>poll_proceed</code> and <code>cooperative</code> to the <code>coop</code> module for cooperative scheduling, adds <code>SetOnce</code> to the <code>sync</code> module which provides similar functionality to [<code>std::sync::OnceLock</code>], and adds a new method <code>sync::Notify::notified_owned()</code> which returns an <code>OwnedNotified</code> without a lifetime parameter.</p> <h2>Added</h2> <ul> <li>coop: add <code>cooperative</code> and <code>poll_proceed</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7405">#7405</a>)</li> <li>sync: add <code>SetOnce</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7418">#7418</a>)</li> <li>sync: add <code>sync::Notify::notified_owned()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7465">#7465</a>)</li> </ul> <h2>Changed</h2> <ul> <li>deps: upgrade windows-sys 0.52 → 0.59 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7117">#7117</a>)</li> <li>deps: update to socket2 v0.6 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7443">#7443</a>)</li> <li>sync: improve <code>AtomicWaker::wake</code> performance (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7450">#7450</a>)</li> </ul> <h2>Documented</h2> <ul> <li>metrics: fix listed feature requirements for some metrics (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7449">#7449</a>)</li> <li>runtime: improve safety comments of <code>Readiness<'_></code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7415">#7415</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7405">#7405</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7405">tokio-rs/tokio#7405</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7415">#7415</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7415">tokio-rs/tokio#7415</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7418">#7418</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7418">tokio-rs/tokio#7418</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7449">#7449</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7449">tokio-rs/tokio#7449</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7450">#7450</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7450">tokio-rs/tokio#7450</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7465">#7465</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7465">tokio-rs/tokio#7465</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="be8ee45b3f"><code>be8ee45</code></a> chore: prepare Tokio v1.47.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7504">#7504</a>)</li> <li><a href="d9b19166cd"><code>d9b1916</code></a> Merge 'tokio-1.43.2' into 'tokio-1.47.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7503">#7503</a>)</li> <li><a href="db8edc620f"><code>db8edc6</code></a> chore: prepare Tokio v1.43.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7502">#7502</a>)</li> <li><a href="4730984d66"><code>4730984</code></a> readme: add 1.47 as LTS release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7497">#7497</a>)</li> <li><a href="1979615cbf"><code>1979615</code></a> process: fix panic from spurious pidfd wakeup (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7494">#7494</a>)</li> <li><a href="f669a609cf"><code>f669a60</code></a> ci: add lockfile for LTS branch</li> <li><a href="ce41896f8d"><code>ce41896</code></a> sync: fix broken link of Python <code>asyncio.Event</code> in <code>SetOnce</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7485">#7485</a>)</li> <li><a href="c8ab78a84f"><code>c8ab78a</code></a> changelog: fix incorrect PR number for 1.47.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7484">#7484</a>)</li> <li><a href="3911cb8523"><code>3911cb8</code></a> chore: prepare Tokio v1.47.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7482">#7482</a>)</li> <li><a href="d545aa2601"><code>d545aa2</code></a> sync: add <code>sync::Notify::notified_owned()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7465">#7465</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.1">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> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
262 lines
8.3 KiB
TOML
262 lines
8.3 KiB
TOML
[workspace]
|
|
members = [
|
|
"apple-client-ffi",
|
|
"bin-shared",
|
|
"client-ffi",
|
|
"client-shared",
|
|
"connlib/bufferpool",
|
|
"connlib/dns-over-tcp",
|
|
"connlib/dns-types",
|
|
"connlib/etherparse-ext",
|
|
"connlib/ip-packet",
|
|
"connlib/l3-tcp",
|
|
"connlib/l4-tcp-dns-server",
|
|
"connlib/l4-udp-dns-server",
|
|
"connlib/model",
|
|
"connlib/phoenix-channel",
|
|
"connlib/snownet",
|
|
"connlib/socket-factory",
|
|
"connlib/tun",
|
|
"connlib/tunnel",
|
|
"gateway",
|
|
"gui-client/src-admx-macro",
|
|
"gui-client/src-tauri",
|
|
"headless-client",
|
|
"logging",
|
|
"relay/ebpf-shared",
|
|
"relay/ebpf-turn-router",
|
|
"relay/server",
|
|
"telemetry",
|
|
"tests/fuzz",
|
|
"tests/gui-smoke-test",
|
|
"tests/http-test-server",
|
|
"tools/uniffi-bindgen",
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "Apache-2.0"
|
|
edition = "2024"
|
|
|
|
[workspace.dependencies]
|
|
admx-macro = { path = "gui-client/src-admx-macro" }
|
|
anyhow = "1.0.98"
|
|
apple-client-ffi = { path = "apple-client-ffi" }
|
|
arbitrary = "1.4.1"
|
|
arboard = { version = "3.6.0", default-features = false }
|
|
async-trait = { version = "0.1", default-features = false }
|
|
atomicwrites = "0.4.4"
|
|
axum = { version = "0.8.4", default-features = false }
|
|
aya = { git = "https://github.com/aya-rs/aya" }
|
|
aya-build = { git = "https://github.com/aya-rs/aya" }
|
|
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
|
|
aya-log = { git = "https://github.com/aya-rs/aya" }
|
|
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
|
|
backoff = { version = "0.4", features = ["tokio"] }
|
|
base64 = { version = "0.22.1", default-features = false }
|
|
bimap = "0.6"
|
|
boringtun = { version = "0.6", default-features = false }
|
|
bufferpool = { path = "connlib/bufferpool" }
|
|
bytecodec = "0.5.0"
|
|
bytes = { version = "1.9.0", default-features = false }
|
|
caps = "0.5.5"
|
|
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "oldtime", "serde"] }
|
|
clap = "4.5.42"
|
|
client-shared = { path = "client-shared" }
|
|
connlib-model = { path = "connlib/model" }
|
|
crossbeam-queue = "0.3.12"
|
|
dashmap = "6.1.0"
|
|
derive_more = "2.0.1"
|
|
difference = "2.0.0"
|
|
dirs = "6.0.0"
|
|
divan = "0.1.21"
|
|
dns-lookup = "2.0"
|
|
dns-over-tcp = { path = "connlib/dns-over-tcp" }
|
|
dns-types = { path = "connlib/dns-types" }
|
|
ebpf-shared = { path = "relay/ebpf-shared" }
|
|
either = "1"
|
|
etherparse = { version = "0.17", default-features = false }
|
|
etherparse-ext = { path = "connlib/etherparse-ext" }
|
|
firezone-bin-shared = { path = "bin-shared" }
|
|
firezone-headless-client = { path = "headless-client" }
|
|
firezone-logging = { path = "logging" }
|
|
firezone-relay = { path = "relay/server" }
|
|
firezone-telemetry = { path = "telemetry" }
|
|
firezone-tunnel = { path = "connlib/tunnel" }
|
|
flume = { version = "0.11.1", features = ["async"] }
|
|
futures = { version = "0.3.31" }
|
|
futures-bounded = "0.2.1"
|
|
gat-lending-iterator = "0.1.6"
|
|
glob = "0.3.2"
|
|
hex = "0.4.3"
|
|
hex-display = "0.3.0"
|
|
hex-literal = "0.4.1"
|
|
humantime = "2.2"
|
|
ip-packet = { path = "connlib/ip-packet" }
|
|
ip_network = { version = "0.4", default-features = false }
|
|
ip_network_table = { version = "0.2", default-features = false }
|
|
itertools = "0.14"
|
|
jni = "0.21.1"
|
|
keyring = "3.6.2"
|
|
known-folders = "1.2.0"
|
|
l3-tcp = { path = "connlib/l3-tcp" }
|
|
l4-tcp-dns-server = { path = "connlib/l4-tcp-dns-server" }
|
|
l4-udp-dns-server = { path = "connlib/l4-udp-dns-server" }
|
|
libc = "0.2.174"
|
|
libfuzzer-sys = "0.4"
|
|
log = "0.4"
|
|
lru = "0.12.5"
|
|
mio = "1.0.4"
|
|
moka = "0.12.11"
|
|
native-dialog = "0.7.0"
|
|
netlink-packet-core = "0.7"
|
|
netlink-packet-route = "0.24"
|
|
network-types = "0.0.8"
|
|
nix = "0.30.1"
|
|
nu-ansi-term = "0.50"
|
|
num_cpus = "1.17.0"
|
|
once_cell = "1.21.3"
|
|
opentelemetry = "0.29.0"
|
|
opentelemetry-otlp = "0.29.0"
|
|
opentelemetry-stdout = "0.29.0"
|
|
opentelemetry_sdk = "0.29.0"
|
|
os_info = { version = "3", default-features = false }
|
|
output_vt100 = "0.1"
|
|
parking_lot = "0.12.4"
|
|
phoenix-channel = { path = "connlib/phoenix-channel" }
|
|
png = "0.17.16"
|
|
proc-macro2 = "1.0"
|
|
proptest = "1.7.0"
|
|
proptest-state-machine = "0.3.1"
|
|
quinn-udp = { version = "0.5.12", features = ["fast-apple-datapath"] }
|
|
quote = "1.0"
|
|
rand = "0.8.5"
|
|
rand_core = "0.6.4"
|
|
rangemap = "1.6.0"
|
|
reqwest = { version = "0.12.22", default-features = false }
|
|
resolv-conf = "0.7.3"
|
|
ringbuffer = "0.15.0"
|
|
roxmltree = "0.20"
|
|
rtnetlink = { version = "0.17.0", default-features = false, features = ["tokio_socket"] }
|
|
rustls = { version = "0.23.31", default-features = false, features = ["ring"] }
|
|
sadness-generator = "0.6.0"
|
|
sd-notify = "0.4.5" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094
|
|
secrecy = "0.8"
|
|
semver = "1.0.26"
|
|
sentry = { version = "0.41.0", default-features = false }
|
|
sentry-tracing = "0.41.0"
|
|
serde = "1.0.219"
|
|
serde_json = "1.0.142"
|
|
serde_variant = "0.1.3"
|
|
serde_with = "3.14.0"
|
|
sha2 = "0.10.9"
|
|
smallvec = "1.15.1"
|
|
smbios-lib = "0.9.2"
|
|
smoltcp = { version = "0.12", default-features = false }
|
|
snownet = { path = "connlib/snownet" }
|
|
socket-factory = { path = "connlib/socket-factory" }
|
|
socket2 = { version = "0.5" }
|
|
specta = "=2.0.0-rc.22"
|
|
specta-typescript = "0.0.9"
|
|
static_assertions = "1.1.0"
|
|
str0m = { version = "0.9.0", default-features = false, features = ["sha1"] }
|
|
strum = { version = "0.27.2", features = ["derive"] }
|
|
stun_codec = "0.4.0"
|
|
subprocess = "0.2.9"
|
|
subtle = "2.5.0"
|
|
supports-color = "3.0.2"
|
|
swift-bridge = "0.1.57"
|
|
swift-bridge-build = "0.1.57"
|
|
syn = "2.0"
|
|
tauri = "2.5.1"
|
|
tauri-build = "2.3.1"
|
|
tauri-plugin-dialog = "2.3.2"
|
|
tauri-plugin-notification = "2.3.0"
|
|
tauri-plugin-opener = "2.4.0"
|
|
tauri-plugin-shell = "2.3.0"
|
|
tauri-runtime = "2.7.1"
|
|
tauri-specta = { version = "=2.0.0-rc.21", features = ["derive", "typescript"] }
|
|
tauri-utils = "2.2.0"
|
|
tempfile = "3.20.0"
|
|
test-case = "3.3.1"
|
|
test-strategy = "0.4.3"
|
|
thiserror = "2.0.12"
|
|
time = "0.3.37"
|
|
tokio = "1.47"
|
|
tokio-stream = "0.1.17"
|
|
tokio-tungstenite = "0.27.0"
|
|
tokio-util = "0.7.16"
|
|
tracing = { version = "0.1.40" }
|
|
tracing-appender = "0.2.3"
|
|
tracing-core = "0.1.34"
|
|
tracing-journald = "0.3.1"
|
|
tracing-log = "0.2.0"
|
|
tracing-macros = { git = "https://github.com/tokio-rs/tracing", branch = "v0.1.x" } # Contains `dbg!` but for `tracing`.
|
|
tracing-opentelemetry = "0.30.0"
|
|
tracing-stackdriver = "0.11.0"
|
|
tracing-subscriber = { version = "0.3.19", features = ["parking_lot"] }
|
|
trackable = "1.3.0"
|
|
tun = { path = "connlib/tun" }
|
|
uniffi = "0.29.4"
|
|
url = "2.5.2"
|
|
uuid = "1.17.0"
|
|
which = "4.4.2"
|
|
windows = "0.61.3"
|
|
windows-core = "0.61.1"
|
|
windows-implement = "0.60.0"
|
|
windows-service = "0.8.0"
|
|
winreg = "0.52.0"
|
|
zbus = "5.9.0"
|
|
zip = { version = "2", default-features = false }
|
|
|
|
[workspace.lints.clippy]
|
|
dbg_macro = "warn"
|
|
print_stdout = "warn"
|
|
print_stderr = "warn"
|
|
unnecessary_wraps = "warn"
|
|
unused_async = "warn"
|
|
wildcard_enum_match_arm = "warn" # Ensures we match on all combinations of `Poll`, preventing erroneous suspensions.
|
|
redundant_else = "warn"
|
|
redundant_clone = "warn"
|
|
unwrap_in_result = "warn"
|
|
unwrap_used = "warn"
|
|
|
|
[workspace.lints.rustdoc]
|
|
private-intra-doc-links = "allow" # We don't publish any of our docs but want to catch dead links.
|
|
|
|
[patch.crates-io]
|
|
boringtun = { git = "https://github.com/firezone/boringtun", branch = "master" }
|
|
ip_network = { git = "https://github.com/JakubOnderka/ip_network", branch = "master" } # Waiting for release.
|
|
ip_network_table = { git = "https://github.com/edmonds/ip_network_table", branch = "some-useful-traits" } # For `Debug` and `Clone`
|
|
tracing-stackdriver = { git = "https://github.com/thomaseizinger/tracing-stackdriver", branch = "bump-otel-0.29" } # Waiting for release.
|
|
softbuffer = { git = "https://github.com/rust-windowing/softbuffer" } # Waiting for release.
|
|
str0m = { git = "https://github.com/algesten/str0m", branch = "main" }
|
|
moka = { git = "https://github.com/moka-rs/moka", branch = "main" } # Waiting for release.
|
|
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch = "main" } # Waiting for release.
|
|
|
|
# Enforce `tracing-macros` to have released `tracing` version.
|
|
[patch.'https://github.com/tokio-rs/tracing']
|
|
tracing = "0.1.41"
|
|
|
|
[profile.release]
|
|
# Full link-time optimization. Reduces binaries by up to 3x on some platforms.
|
|
lto = "fat"
|
|
|
|
# Increases the compiler's ability to produce smaller, optimized code
|
|
# at the expense of compilation time
|
|
codegen-units = 1
|
|
|
|
[profile.release.package.firezone-gui-client]
|
|
debug = "full"
|
|
split-debuginfo = "packed"
|
|
|
|
[profile.release.package.ebpf-turn-router]
|
|
debug = 2
|
|
|
|
# Override build settings just for the GUI client, so we get a pdb/dwp
|
|
# Cargo ignores profile settings if they're not in the workspace's Cargo.toml
|
|
[profile.dev.package.firezone-gui-client]
|
|
debug = "full"
|
|
split-debuginfo = "packed"
|