@@ -32,12 +32,12 @@ data-encoding = "2.8.0"
3232chrono = " 0.4.39"
3333ref-cast = " 1.0.24"
3434arrayvec = " 0.7.6"
35- iroh = " 0.94 "
35+ iroh = " 0.95 "
3636self_cell = " 1.1.0"
3737genawaiter = { version = " 0.99.1" , features = [" futures03" ] }
38- iroh-base = " 0.94 "
38+ iroh-base = " 0.95 "
3939iroh-tickets = " 0.1"
40- irpc = { version = " 0.10 .0" , features = [" rpc" , " quinn_endpoint_setup" , " spans" , " stream" , " derive" ], default-features = false }
40+ irpc = { version = " 0.11 .0" , features = [" rpc" , " quinn_endpoint_setup" , " spans" , " stream" , " derive" ], default-features = false }
4141iroh-metrics = { version = " 0.37" }
4242redb = { version = " 2.6.3" , optional = true }
4343reflink-copy = { version = " 0.1.24" , optional = true }
@@ -58,18 +58,14 @@ tracing-subscriber = { version = "0.3.20", features = ["fmt"] }
5858tracing-test = " 0.2.5"
5959walkdir = " 2.5.0"
6060atomic_refcell = " 0.1.13"
61- iroh = { version = " 0.94 " , features = [" discovery-local-network" ]}
61+ iroh = { version = " 0.95 " , features = [" discovery-local-network" ]}
6262async-compression = { version = " 0.4.30" , features = [" lz4" , " tokio" ] }
6363concat_const = " 0.2.0"
64+ anyhow = " 1.0.100"
6465
6566[features ]
6667hide-proto-docs = []
6768metrics = []
6869default = [" hide-proto-docs" , " fs-store" ]
6970fs-store = [" dep:redb" , " dep:reflink-copy" ]
7071
71- [patch .crates-io ]
72- iroh = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
73- iroh-base = { git = " https://github.com/n0-computer/iroh.git" , branch = " main" }
74- irpc = { git = " https://github.com/n0-computer/irpc.git" , branch = " matheus23/irpc-n0-error" }
75- n0-error = { git = " https://github.com/n0-computer/n0-error.git" , branch = " Frando/arc-stack" }
0 commit comments