@@ -40,10 +40,10 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
4040hashlink = { version = " 0.9.0" , optional = true }
4141hex = " 0.4.3"
4242indicatif = { version = " 0.17.8" , optional = true }
43- iroh-base = { git = " https://github.com/n0-computer/iroh " , branch = " main " }
43+ iroh-base = " 0.35 "
4444iroh-io = { version = " 0.6.0" , features = [" stats" ] }
4545iroh-metrics = { version = " 0.34" , default-features = false }
46- iroh = { git = " https://github.com/n0-computer/iroh " , branch = " main " }
46+ iroh = " 0.35 "
4747nested_enum_utils = { version = " 0.1.0" , optional = true }
4848num_cpus = " 1.15.0"
4949oneshot = " 0.1.8"
@@ -54,8 +54,8 @@ postcard = { version = "1", default-features = false, features = [
5454 " use-std" ,
5555 " experimental-derive" ,
5656] }
57- quic-rpc = { version = " 0.19 " , optional = true }
58- quic-rpc-derive = { version = " 0.19 " , optional = true }
57+ quic-rpc = { version = " 0.20 " , optional = true }
58+ quic-rpc-derive = { version = " 0.20 " , optional = true }
5959rand = " 0.8"
6060range-collections = " 0.4.0"
6161redb = { version = " =2.4" , optional = true }
@@ -80,7 +80,7 @@ tracing-test = "0.2.5"
8080
8181[dev-dependencies ]
8282http-body = " 1.0"
83- iroh = { git = " https://github.com/n0-computer/iroh " , branch = " main " , features = [" test-utils" ] }
83+ iroh = { version = " 0.35 " , features = [" test-utils" ] }
8484quinn = { package = " iroh-quinn" , version = " 0.13" , features = [" ring" ] }
8585futures-buffered = " 0.2.4"
8686proptest = " 1.0.0"
0 commit comments