@@ -35,11 +35,11 @@ futures-buffered = "0.2.4"
35
35
futures-lite = " 2.3.0"
36
36
futures-util = { version = " 0.3.25" }
37
37
hex = " 0.4"
38
- iroh-base = { version = " 0.32 " , features = [" ticket" ] }
39
- iroh-blobs = { version = " 0.32 " }
40
- iroh-gossip = { version = " 0.32 " , optional = true , features = [" net" ] }
38
+ iroh-base = { version = " 0.33 " , features = [" ticket" ] }
39
+ iroh-blobs = { version = " 0.33 " }
40
+ iroh-gossip = { version = " 0.33 " , optional = true , features = [" net" ] }
41
41
iroh-metrics = { version = " 0.31" , default-features = false }
42
- iroh = { version = " 0.32 " , optional = true }
42
+ iroh = { version = " 0.33 " , optional = true }
43
43
num_enum = " 0.7"
44
44
postcard = { version = " 1" , default-features = false , features = [" alloc" , " use-std" , " experimental-derive" ] }
45
45
rand = " 0.8.5"
@@ -117,10 +117,3 @@ rpc = [
117
117
[package .metadata .docs .rs ]
118
118
all-features = true
119
119
rustdoc-args = [" --cfg" , " iroh_docsrs" ]
120
-
121
- [patch .crates-io ]
122
- iroh = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
123
- quic-rpc = { git = " https://github.com/n0-computer/quic-rpc.git" , branch = " main" }
124
- iroh-base = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
125
- iroh-gossip = { git = " https://github.com/n0-computer/iroh-gossip.git" , branch = " main" }
126
- iroh-blobs = { git = " https://github.com/n0-computer/iroh-blobs.git" , branch = " main" }
0 commit comments