@@ -40,10 +40,10 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
40
40
hashlink = { version = " 0.9.0" , optional = true }
41
41
hex = " 0.4.3"
42
42
indicatif = { version = " 0.17.8" , optional = true }
43
- iroh-base = { git = " https://github.com/n0-computer/iroh " , branch = " main " }
43
+ iroh-base = " 0.35 "
44
44
iroh-io = { version = " 0.6.0" , features = [" stats" ] }
45
45
iroh-metrics = { version = " 0.34" , default-features = false }
46
- iroh = { git = " https://github.com/n0-computer/iroh " , branch = " main " }
46
+ iroh = " 0.35 "
47
47
nested_enum_utils = { version = " 0.1.0" , optional = true }
48
48
num_cpus = " 1.15.0"
49
49
oneshot = " 0.1.8"
@@ -54,8 +54,8 @@ postcard = { version = "1", default-features = false, features = [
54
54
" use-std" ,
55
55
" experimental-derive" ,
56
56
] }
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 }
59
59
rand = " 0.8"
60
60
range-collections = " 0.4.0"
61
61
redb = { version = " =2.4" , optional = true }
@@ -80,7 +80,7 @@ tracing-test = "0.2.5"
80
80
81
81
[dev-dependencies ]
82
82
http-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" ] }
84
84
quinn = { package = " iroh-quinn" , version = " 0.13" , features = [" ring" ] }
85
85
futures-buffered = " 0.2.4"
86
86
proptest = " 1.0.0"
@@ -184,8 +184,3 @@ debug-assertions = false
184
184
opt-level = 3
185
185
panic = ' abort'
186
186
incremental = false
187
-
188
- [patch .crates-io ]
189
- iroh = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
190
- quic-rpc = { git = " https://github.com/n0-computer/quic-rpc.git" , branch = " patch-iroh-main" }
191
- iroh-base = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
0 commit comments