mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(connlib): Update quinn to pull in iOS fix (#4284)
Reverts https://github.com/firezone/firezone/pull/4279
This commit is contained in:
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -4761,7 +4761,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "quinn-udp"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/firezone/quinn?branch=main#248ac33ff79ba3173e794aa63cc814d70f4714b3"
|
||||
source = "git+https://github.com/quinn-rs/quinn?branch=main#a2a214b968fbcbc9aa66aba4393851b3d6ab5b49"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
||||
@@ -54,9 +54,6 @@ boringtun = { git = "https://github.com/cloudflare/boringtun", branch = "master"
|
||||
str0m = { git = "https://github.com/firezone/str0m", branch = "main" }
|
||||
tracing-stackdriver = { git = "https://github.com/thomaseizinger/tracing-stackdriver", branch = "deps/bump-otel-0.22" }
|
||||
|
||||
[patch."https://github.com/quinn-rs/quinn"]
|
||||
quinn-udp = { git = "https://github.com/firezone/quinn", branch = "main"}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user