@@ -35,11 +35,10 @@ 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"
3938iroh-blobs = { version = " 0.28.0" , optional = true , features = [" downloader" ] }
4039iroh-gossip = { version = " 0.28.0" , optional = true }
41- iroh-metrics = { version = " 0.28 .0" , default-features = false }
42- iroh = { version = " 0.28 " , optional = true }
40+ iroh-metrics = { version = " 0.29 .0" , default-features = false }
41+ iroh = { version = " 0.29 " , optional = true }
4342num_enum = " 0.7"
4443postcard = { version = " 1" , default-features = false , features = [" alloc" , " use-std" , " experimental-derive" ] }
4544rand = " 0.8.5"
@@ -67,12 +66,13 @@ portable-atomic = { version = "1.9.0", optional = true }
6766clap = { version = " 4" , features = [" derive" ], optional = true }
6867console = { version = " 0.15" , optional = true }
6968indicatif = { version = " 0.17" , features = [" tokio" ], optional = true }
69+ iroh-base = { version = " 0.29" , features = [" base32" ], optional = true }
7070dialoguer = { version = " 0.11" , optional = true }
7171colored = { 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" , " dep:iroh-base " ]
9696rpc = [
9797 " engine" ,
9898 " dep:nested_enum_utils" ,
@@ -107,8 +107,5 @@ all-features = true
107107rustdoc-args = [" --cfg" , " iroh_docsrs" ]
108108
109109[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" }
110+ iroh-blobs = { git = " https://github.com/n0-computer/iroh-blobs" , branch = " iroh-v0-29-0" }
111+ iroh-gossip = { git = " https://github.com/n0-computer/iroh-gossip" , branch = " iroh-v0-29-0" }
0 commit comments