chore(connlib): Update quinn to pull in iOS fix (#4284)

Reverts https://github.com/firezone/firezone/pull/4279
This commit is contained in:
Jamil
2024-03-23 18:32:00 -07:00
committed by GitHub
parent 74fc939a3e
commit 8a09a6f1c8
2 changed files with 1 additions and 4 deletions

2
rust/Cargo.lock generated
View File

@@ -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",

View File

@@ -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