From 8a09a6f1c8a4984e698ba3f934675f52e9af1dd6 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 23 Mar 2024 18:32:00 -0700 Subject: [PATCH] chore(connlib): Update quinn to pull in iOS fix (#4284) Reverts https://github.com/firezone/firezone/pull/4279 --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3abb8fbb6..0e6f22694 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2317462a6..f909f9e77 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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