@@ -35,11 +35,11 @@ futures-buffered = "0.2.4"
3535futures-lite = " 2.3.0"
3636futures-util = { version = " 0.3.25" }
3737hex = " 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 }
4343num_enum = " 0.7"
4444postcard = { version = " 1" , default-features = false , features = [" alloc" , " use-std" , " experimental-derive" ] }
4545rand = " 0.8.5"
@@ -58,8 +58,8 @@ tracing = "0.1"
5858
5959# rpc
6060nested_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 }
6363serde-error = { version = " 0.1.3" , optional = true }
6464portable-atomic = { version = " 1.9.0" , optional = true }
6565
@@ -117,10 +117,3 @@ rpc = [
117117[package .metadata .docs .rs ]
118118all-features = true
119119rustdoc-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