@@ -36,11 +36,11 @@ chrono = "0.4.39"
3636nested_enum_utils = " 0.2.1"
3737ref-cast = " 1.0.24"
3838arrayvec = " 0.7.6"
39- iroh = " 0.92 "
39+ iroh = " 0.93 "
4040self_cell = " 1.1.0"
4141genawaiter = { version = " 0.99.1" , features = [" futures03" ] }
42- iroh-base = " 0.92 "
43- irpc = { version = " 0.8 .0" , features = [" rpc" , " quinn_endpoint_setup" , " spans" , " stream" , " derive" ], default-features = false }
42+ iroh-base = " 0.93 "
43+ irpc = { version = " 0.9 .0" , features = [" rpc" , " quinn_endpoint_setup" , " spans" , " stream" , " derive" ], default-features = false }
4444iroh-metrics = { version = " 0.36" }
4545redb = { version = " 2.6.3" , optional = true }
4646reflink-copy = { version = " 0.1.24" , optional = true }
@@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3.20", features = ["fmt"] }
5959tracing-test = " 0.2.5"
6060walkdir = " 2.5.0"
6161atomic_refcell = " 0.1.13"
62- iroh = { version = " 0.92 " , features = [" discovery-local-network" ]}
62+ iroh = { version = " 0.93 " , features = [" discovery-local-network" ]}
6363async-compression = { version = " 0.4.30" , features = [" lz4" , " tokio" ] }
6464concat_const = " 0.2.0"
6565
@@ -68,8 +68,3 @@ hide-proto-docs = []
6868metrics = []
6969default = [" hide-proto-docs" , " fs-store" ]
7070fs-store = [" dep:redb" , " dep:reflink-copy" ]
71-
72- [patch .crates-io ]
73- iroh = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
74- iroh-base = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
75- irpc = { git = " https://github.com/n0-computer/irpc.git" , branch = " iroh-0-93" }
0 commit comments