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