@@ -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 = " 0.28.0 "
39- iroh-blobs = { version = " 0.28 .0" , optional = true , features = [" downloader" ] }
40- iroh-gossip = { version = " 0.28 .0" , optional = true }
41- iroh-metrics = { version = " 0.28 .0" , default-features = false }
42- iroh = { version = " 0.28 " , optional = true }
38+ iroh-base = { version = " 0.29 " }
39+ iroh-blobs = { version = " 0.29 .0" , optional = true , features = [" downloader" ] }
40+ iroh-gossip = { version = " 0.29 .0" , optional = true }
41+ iroh-metrics = { version = " 0.29 .0" , default-features = false }
42+ iroh = { version = " 0.29 " , 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.15.1 " , optional = true }
62- quic-rpc-derive = { version = " 0.15 " , optional = true }
61+ quic-rpc = { version = " 0.17 " , optional = true }
62+ quic-rpc-derive = { version = " 0.17 " , optional = true }
6363serde-error = { version = " 0.1.3" , optional = true }
6464portable-atomic = { version = " 1.9.0" , optional = true }
6565
@@ -72,7 +72,7 @@ colored = { version = "2.1", optional = true }
7272shellexpand = { version = " 3.1" , optional = true }
7373
7474[dev-dependencies ]
75- iroh-test = " 0.28.0 "
75+ iroh-test = " 0.29 "
7676rand_chacha = " 0.3.1"
7777tokio = { version = " 1" , features = [" sync" , " macros" ] }
7878proptest = " 1.2.0"
@@ -92,7 +92,7 @@ net = ["dep:iroh", "tokio/io-util", "dep:tokio-stream", "dep:tokio-util"]
9292metrics = [" iroh-metrics/metrics" , " iroh/metrics" ]
9393engine = [" net" , " dep:iroh-gossip" , " dep:iroh-blobs" ]
9494test-utils = [" iroh/test-utils" ]
95- cli = [" rpc" , " dep:clap" , " dep:indicatif" , " dep:console" , " dep:colored" , " dep:dialoguer" , " dep:shellexpand" , " iroh-blobs/rpc" ]
95+ cli = [" rpc" , " dep:clap" , " dep:indicatif" , " dep:console" , " dep:colored" , " dep:dialoguer" , " dep:shellexpand" , " iroh-blobs/rpc" , " iroh-base/base32 " ]
9696rpc = [
9797 " engine" ,
9898 " dep:nested_enum_utils" ,
@@ -105,10 +105,3 @@ rpc = [
105105[package .metadata .docs .rs ]
106106all-features = true
107107rustdoc-args = [" --cfg" , " iroh_docsrs" ]
108-
109- [patch .crates-io ]
110- iroh-metrics = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
111- iroh-base = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
112- iroh = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
113- iroh-blobs = { git = " https://github.com/n0-computer/iroh-blobs" , branch = " main" }
114- iroh-gossip = { git = " https://github.com/n0-computer/iroh-gossip" , branch = " main" }
0 commit comments