deps(default-net): Switch to main branch

The main branch now has the right PRs merged.  This is better than
relying on a fork.  Additionally the dependencies are updated and a
bunch of duplicates removed as a result.
This commit is contained in:
Floris Bruynooghe
2023-03-23 14:41:45 +01:00
parent 1716cdf51c
commit 98eba1aae8
2 changed files with 131 additions and 166 deletions

View File

@@ -25,7 +25,7 @@ panic = 'abort'
opt-level = "z"
[patch.crates-io]
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
default-net = { git = "https://github.com/shellrow/default-net.git", branch="main" }
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }