deps: Update iroh, remove default-net patch (#4239)

* deps: Update iroh, remove default-net patch

The released version of default-net is now sufficient and iroh makes
sure this dependency is recent enough.

* Update cargo-deny config

* Newer version of spin, previous has been yanked
This commit is contained in:
Floris Bruynooghe
2023-03-28 12:28:38 +02:00
committed by GitHub
parent edf0c02bc8
commit 20b326415a
3 changed files with 147 additions and 185 deletions

View File

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