@@ -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.33 " , features = [" ticket" ] }
39
- iroh-blobs = { version = " 0.33 " }
40
- iroh-gossip = { version = " 0.33 " , optional = true , features = [" net" ] }
41
- iroh-metrics = { version = " 0.31 " , default-features = false }
42
- iroh = { version = " 0.33 " , optional = true }
38
+ iroh-base = { version = " 0.34 " , features = [" ticket" ] }
39
+ iroh-blobs = { version = " 0.34 " }
40
+ iroh-gossip = { version = " 0.34 " , optional = true , features = [" net" ] }
41
+ iroh-metrics = { version = " 0.32 " , default-features = false }
42
+ iroh = { version = " 0.34 " , 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"
@@ -58,8 +58,8 @@ tracing = "0.1"
58
58
59
59
# rpc
60
60
nested_enum_utils = { version = " 0.1.0" , optional = true }
61
- quic-rpc = { version = " 0.18 " , optional = true }
62
- quic-rpc-derive = { version = " 0.18 " , optional = true }
61
+ quic-rpc = { version = " 0.19 " , optional = true }
62
+ quic-rpc-derive = { version = " 0.19 " , optional = true }
63
63
serde-error = { version = " 0.1.3" , optional = true }
64
64
portable-atomic = { version = " 1.9.0" , optional = true }
65
65
@@ -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