Skip to content

Commit b4a41e0

Browse files
committed
re-add anyhow as dev dependency
1 parent 5d9783e commit b4a41e0

File tree

2 files changed

+49
-26
lines changed

2 files changed

+49
-26
lines changed

Cargo.lock

Lines changed: 44 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ data-encoding = "2.8.0"
3232
chrono = "0.4.39"
3333
ref-cast = "1.0.24"
3434
arrayvec = "0.7.6"
35-
iroh = "0.94"
35+
iroh = "0.95"
3636
self_cell = "1.1.0"
3737
genawaiter = { version = "0.99.1", features = ["futures03"] }
38-
iroh-base = "0.94"
38+
iroh-base = "0.95"
3939
iroh-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 }
4141
iroh-metrics = { version = "0.37" }
4242
redb = { version = "2.6.3", optional = true }
4343
reflink-copy = { version = "0.1.24", optional = true }
@@ -58,18 +58,14 @@ tracing-subscriber = { version = "0.3.20", features = ["fmt"] }
5858
tracing-test = "0.2.5"
5959
walkdir = "2.5.0"
6060
atomic_refcell = "0.1.13"
61-
iroh = { version = "0.94", features = ["discovery-local-network"]}
61+
iroh = { version = "0.95", features = ["discovery-local-network"]}
6262
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
6363
concat_const = "0.2.0"
64+
anyhow = "1.0.100"
6465

6566
[features]
6667
hide-proto-docs = []
6768
metrics = []
6869
default = ["hide-proto-docs", "fs-store"]
6970
fs-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

Comments
 (0)