mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Bumps [png](https://github.com/image-rs/image-png) from 0.17.14 to 0.17.16. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/image-png/blob/master/CHANGES.md">png's changelog</a>.</em></p> <blockquote> <h2>0.17.15</h2> <h3>Added</h3> <ul> <li>Add a public API to advance to the next frame in APNG decoder (<a href="https://redirect.github.com/image-rs/image-png/issues/518">#518</a>)</li> <li>Add APIs to write ICC and EXIF chunks (<a href="https://redirect.github.com/image-rs/image-png/issues/526">#526</a>)</li> <li>Add support for parsing the sBIT chunk (<a href="https://redirect.github.com/image-rs/image-png/issues/524">#524</a>)</li> <li>Add support for parsing the bKGD chunk (<a href="https://redirect.github.com/image-rs/image-png/issues/538">#538</a>)</li> <li>Add support for parsing the cICP chunk (<a href="https://redirect.github.com/image-rs/image-png/issues/529">#529</a>)</li> <li>Add support for parsing mDCv and cLLi chunks (<a href="https://redirect.github.com/image-rs/image-png/issues/528">#528</a>, (<a href="https://redirect.github.com/image-rs/image-png/issues/543">#543</a>))</li> </ul> <h3>Changed</h3> <ul> <li>Improve performance of Paeth filter during decoding (<a href="https://redirect.github.com/image-rs/image-png/issues/512">#512</a>, <a href="https://redirect.github.com/image-rs/image-png/issues/539">#539</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Avoid an infinite loop when retrying after a fatal error using <code>StreamingDecoder</code> (<a href="https://redirect.github.com/image-rs/image-png/issues/520">#520</a>)</li> <li>Fixed chunk order in encoded files (<a href="https://redirect.github.com/image-rs/image-png/issues/526">#526</a>)</li> </ul> <p><a href="https://redirect.github.com/image-rs/image-png/issues/495">#495</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/495">image-rs/image-png#495</a> <a href="https://redirect.github.com/image-rs/image-png/issues/496">#496</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/496">image-rs/image-png#496</a> <a href="https://redirect.github.com/image-rs/image-png/issues/512">#512</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/512">image-rs/image-png#512</a> <a href="https://redirect.github.com/image-rs/image-png/issues/518">#518</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/518">image-rs/image-png#518</a> <a href="https://redirect.github.com/image-rs/image-png/issues/520">#520</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/520">image-rs/image-png#520</a> <a href="https://redirect.github.com/image-rs/image-png/issues/524">#524</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/524">image-rs/image-png#524</a> <a href="https://redirect.github.com/image-rs/image-png/issues/526">#526</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/526">image-rs/image-png#526</a> <a href="https://redirect.github.com/image-rs/image-png/issues/528">#528</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/528">image-rs/image-png#528</a> <a href="https://redirect.github.com/image-rs/image-png/issues/529">#529</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/529">image-rs/image-png#529</a> <a href="https://redirect.github.com/image-rs/image-png/issues/538">#538</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/538">image-rs/image-png#538</a> <a href="https://redirect.github.com/image-rs/image-png/issues/539">#539</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/539">image-rs/image-png#539</a> <a href="https://redirect.github.com/image-rs/image-png/issues/543">#543</a>: <a href="https://redirect.github.com/image-rs/image-png/pull/543">image-rs/image-png#543</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fbf256669f"><code>fbf2566</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image-png/issues/550">#550</a> from image-rs/lets-go</li> <li><a href="060925e5a4"><code>060925e</code></a> Deprecate Info::encode</li> <li><a href="2d6ca8d4e9"><code>2d6ca8d</code></a> Bump version</li> <li><a href="4baeb7063f"><code>4baeb70</code></a> Bump dev dep</li> <li><a href="ab45766424"><code>ab45766</code></a> Allow cfg(fuzzing)</li> <li><a href="4a1b982f13"><code>4a1b982</code></a> Make gAMA and cHRM fallback optional for sRGB</li> <li><a href="3ef4af6abf"><code>3ef4af6</code></a> Fix iCCP chunk encoding (<a href="https://redirect.github.com/image-rs/image-png/issues/548">#548</a>)</li> <li><a href="2232f83f59"><code>2232f83</code></a> Pass through nightly feature to crc32fast crate to get SIMD crc32 on Aarch64</li> <li><a href="10644dbff4"><code>10644db</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image-png/issues/542">#542</a> from Shnatsel/release-v0.17.15</li> <li><a href="fb660c23f5"><code>fb660c2</code></a> Small refactoring of paeth filter logic (<a href="https://redirect.github.com/image-rs/image-png/issues/544">#544</a>)</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16">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>
214 lines
6.8 KiB
TOML
214 lines
6.8 KiB
TOML
[workspace]
|
|
members = [
|
|
"bin-shared",
|
|
"connlib/clients/android",
|
|
"connlib/clients/apple",
|
|
"connlib/clients/shared",
|
|
"connlib/model",
|
|
"connlib/snownet",
|
|
"connlib/tunnel",
|
|
"dns-over-tcp",
|
|
"gateway",
|
|
"gui-client/src-common",
|
|
"gui-client/src-tauri",
|
|
"headless-client",
|
|
"ip-packet",
|
|
"logging",
|
|
"phoenix-channel",
|
|
"relay",
|
|
"socket-factory",
|
|
"telemetry",
|
|
"tests/gui-smoke-test",
|
|
"tests/http-test-server",
|
|
"tun",
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.95"
|
|
arboard = { version = "3.4.0", default-features = false }
|
|
async-trait = { version = "0.1", default-features = false }
|
|
atomicwrites = "0.4.4"
|
|
axum = { version = "0.7.7", default-features = false }
|
|
backoff = { version = "0.4", features = ["tokio"] }
|
|
base64 = { version = "0.22.1", default-features = false }
|
|
bimap = "0.6"
|
|
boringtun = { version = "0.6", default-features = false }
|
|
bytecodec = "0.4.15"
|
|
bytes = { version = "1.9.0", default-features = false }
|
|
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "oldtime", "serde"] }
|
|
clap = "4.5.21"
|
|
derive_more = "1.0.0"
|
|
difference = "2.0.0"
|
|
dirs = "5.0.1"
|
|
divan = "0.1.17"
|
|
dns-lookup = "2.0"
|
|
domain = { version = "0.10", features = ["serde"] }
|
|
either = "1"
|
|
env_logger = "0.11.3"
|
|
etherparse = "0.16"
|
|
futures = { version = "0.3.31", default-features = false }
|
|
futures-bounded = "0.2.1"
|
|
futures-util = { version = "0.3", default-features = false }
|
|
glob = "0.3.1"
|
|
hex = "0.4.3"
|
|
hex-display = "0.3.0"
|
|
hex-literal = "0.4.1"
|
|
caps = "0.5.5"
|
|
humantime = "2.1"
|
|
ip_network = { version = "0.4", default-features = false }
|
|
ip_network_table = { version = "0.2", default-features = false }
|
|
itertools = "0.13"
|
|
jni = "0.21.1"
|
|
keyring = "3.2.1"
|
|
known-folders = "1.2.0"
|
|
libc = "0.2.150"
|
|
log = "0.4"
|
|
lru = "0.12.5"
|
|
mio = "1.0.3"
|
|
native-dialog = "0.7.0"
|
|
nix = "0.29.0"
|
|
nu-ansi-term = "0.50"
|
|
once_cell = "1.17.1"
|
|
ringbuffer = "0.15.0"
|
|
opentelemetry = "0.26.0"
|
|
opentelemetry-otlp = "0.26.0"
|
|
opentelemetry_sdk = "0.26.0"
|
|
os_info = { version = "3", default-features = false }
|
|
output_vt100 = "0.1"
|
|
png = "0.17.16"
|
|
proptest = "1"
|
|
proptest-state-machine = "0.3"
|
|
quinn-udp = { version = "0.5.8", features = ["fast-apple-datapath"] }
|
|
rand = "0.8.5"
|
|
rand_core = "0.6.4"
|
|
rangemap = "1.5.1"
|
|
reqwest = { version = "0.12.5", default-features = false }
|
|
rtnetlink = { version = "0.14.1", default-features = false, features = ["tokio_socket"] }
|
|
rustls = { version = "0.23.10", default-features = false, features = ["ring"] }
|
|
sadness-generator = "0.6.0"
|
|
secrecy = "0.8"
|
|
semver = "1.0.22"
|
|
sentry = { version = "0.35.0", default-features = false }
|
|
sentry-tracing = "0.35.0"
|
|
serde = "1.0.217"
|
|
serde_json = "1.0.133"
|
|
serde_variant = "0.1.3"
|
|
sha2 = "0.10.8"
|
|
smallvec = "1.13.2"
|
|
smbios-lib = "0.9.2"
|
|
smoltcp = { version = "0.11", default-features = false }
|
|
static_assertions = "1.1.0"
|
|
str0m = { version = "0.6.3", default-features = false, features = ["sha1"] }
|
|
stun_codec = "0.3.4"
|
|
subprocess = "0.2.9"
|
|
subtle = "2.5.0"
|
|
swift-bridge = "0.1.57"
|
|
swift-bridge-build = "0.1.57"
|
|
lockfree-object-pool = "0.1.6"
|
|
tauri = "2.2.0"
|
|
tauri-build = "2.0.1"
|
|
tauri-plugin-dialog = "2.2.0"
|
|
tauri-plugin-notification = "2.2.0"
|
|
tauri-plugin-shell = "2.2.0"
|
|
tauri-plugin-opener = "2.2.0"
|
|
tauri-runtime = "2.3.0"
|
|
tauri-utils = "2.1.1"
|
|
tempfile = "3.13.0"
|
|
test-case = "3.3.1"
|
|
test-strategy = "0.4.0"
|
|
thiserror = "1.0.68"
|
|
time = "0.3.37"
|
|
tokio = "1.42"
|
|
tokio-stream = "0.1.17"
|
|
flume = { version = "0.11.1", features = ["async"] }
|
|
tokio-tungstenite = "0.23.1"
|
|
tokio-util = "0.7.11"
|
|
tracing = { version = "0.1.40" }
|
|
tracing-appender = "0.2.3"
|
|
tracing-core = "0.1.31"
|
|
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.27.0"
|
|
tracing-stackdriver = "0.11.0"
|
|
tracing-subscriber = { version = "0.3.17", features = ["parking_lot"] }
|
|
trackable = "1.3.0"
|
|
url = "2.5.2"
|
|
uuid = "1.10.0"
|
|
windows = "0.58.0"
|
|
winreg = "0.52.0"
|
|
zip = { version = "2", default-features = false }
|
|
|
|
connlib-client-android = { path = "connlib/clients/android" }
|
|
connlib-client-apple = { path = "connlib/clients/apple" }
|
|
connlib-client-shared = { path = "connlib/clients/shared" }
|
|
firezone-bin-shared = { path = "bin-shared" }
|
|
firezone-logging = { path = "logging" }
|
|
firezone-telemetry = { path = "telemetry" }
|
|
firezone-headless-client = { path = "headless-client" }
|
|
firezone-gui-client-common = { path = "gui-client/src-common" }
|
|
snownet = { path = "connlib/snownet" }
|
|
dns-over-tcp = { path = "dns-over-tcp" }
|
|
firezone-relay = { path = "relay" }
|
|
connlib-model = { path = "connlib/model" }
|
|
firezone-tunnel = { path = "connlib/tunnel" }
|
|
phoenix-channel = { path = "phoenix-channel" }
|
|
ip-packet = { path = "ip-packet" }
|
|
socket-factory = { path = "socket-factory" }
|
|
tun = { path = "tun" }
|
|
socket2 = { version = "0.5" }
|
|
|
|
[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]
|
|
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", branch = "main" }
|
|
boringtun = { git = "https://github.com/firezone/boringtun", branch = "master" }
|
|
str0m = { git = "https://github.com/algesten/str0m", branch = "main" }
|
|
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`
|
|
proptest = { git = "https://github.com/proptest-rs/proptest", branch = "main" }
|
|
proptest-state-machine = { git = "https://github.com/proptest-rs/proptest", branch = "main" }
|
|
tracing-stackdriver = { git = "https://github.com/thomaseizinger/tracing-stackdriver", branch = "bump-otel-0.26" } # Waiting for release.
|
|
sentry = { git = "https://github.com/getsentry/sentry-rust", branch = "master" }
|
|
sentry-tracing = { git = "https://github.com/getsentry/sentry-rust", branch = "master" }
|
|
|
|
# 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
|
|
|
|
# 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"
|
|
|
|
[profile.release.package.firezone-gui-client]
|
|
debug = "full"
|
|
split-debuginfo = "packed"
|