@@ -35,9 +35,9 @@ n0-watcher = "0.6"
3535netwatch = { version = " 0.12" }
3636pin-project = " 1"
3737pkarr = { version = " 5" , default-features = false , features = [" relays" ] }
38- quinn = { package = " iroh-quinn" , git = " https://github.com/n0-computer/quinn" , branch = " protocol-simplification " , default-features = false , features = [" rustls-ring" ] }
39- quinn-proto = { package = " iroh-quinn-proto" , git = " https://github.com/n0-computer/quinn" , branch = " protocol-simplification " }
40- quinn-udp = { package = " iroh-quinn-udp" , git = " https://github.com/n0-computer/quinn" , branch = " protocol-simplification " }
38+ quinn = { package = " iroh-quinn" , git = " https://github.com/n0-computer/quinn" , branch = " main-iroh " , default-features = false , features = [" rustls-ring" ] }
39+ quinn-proto = { package = " iroh-quinn-proto" , git = " https://github.com/n0-computer/quinn" , branch = " main-iroh " }
40+ quinn-udp = { package = " iroh-quinn-udp" , git = " https://github.com/n0-computer/quinn" , branch = " main-iroh " }
4141rand = " 0.9.2"
4242reqwest = { version = " 0.12" , default-features = false , features = [
4343 " rustls-tls" ,
@@ -82,7 +82,7 @@ hickory-resolver = "0.25.1"
8282igd-next = { version = " 0.16" , features = [" aio_tokio" ] }
8383netdev = { version = " 0.39.0" }
8484portmapper = { version = " 0.12" , default-features = false }
85- quinn = { package = " iroh-quinn" , git = " https://github.com/n0-computer/quinn" , branch = " protocol-simplification " , default-features = false , features = [" runtime-tokio" , " rustls-ring" ] }
85+ quinn = { package = " iroh-quinn" , git = " https://github.com/n0-computer/quinn" , branch = " main-iroh " , default-features = false , features = [" runtime-tokio" , " rustls-ring" ] }
8686tokio = { version = " 1" , features = [
8787 " io-util" ,
8888 " macros" ,
0 commit comments