Skip to content

Commit f8bdd62

Browse files
author
“ramfox”
committed
chore: upgrade iroh, iroh-base, irpc, n0-snafu, and tracing-subscriber
1 parent df65d79 commit f8bdd62

File tree

2 files changed

+41
-25
lines changed

2 files changed

+41
-25
lines changed

Cargo.lock

Lines changed: 36 additions & 16 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
@@ -36,11 +36,11 @@ chrono = "0.4.39"
3636
nested_enum_utils = "0.2.1"
3737
ref-cast = "1.0.24"
3838
arrayvec = "0.7.6"
39-
iroh = "0.91.1"
39+
iroh = "0.92"
4040
self_cell = "1.1.0"
4141
genawaiter = { version = "0.99.1", features = ["futures03"] }
42-
iroh-base = "0.91.1"
43-
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
42+
iroh-base = "0.92"
43+
irpc = { version = "0.8.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4444
iroh-metrics = { version = "0.35" }
4545
redb = { version = "=2.4", optional = true }
4646
reflink-copy = { version = "0.1.24", optional = true }
@@ -55,18 +55,14 @@ serde_test = "1.0.177"
5555
tempfile = "3.17.1"
5656
test-strategy = "0.4.0"
5757
testresult = "0.4.1"
58-
tracing-subscriber = { version = "0.3.19", features = ["fmt"] }
58+
tracing-subscriber = { version = "0.3.20", features = ["fmt"] }
5959
tracing-test = "0.2.5"
6060
walkdir = "2.5.0"
6161
atomic_refcell = "0.1.13"
62-
iroh = { version = "0.91.1", features = ["discovery-local-network"]}
62+
iroh = { version = "0.92", features = ["discovery-local-network"]}
6363

6464
[features]
6565
hide-proto-docs = []
6666
metrics = []
6767
default = ["hide-proto-docs", "fs-store"]
6868
fs-store = ["dep:redb", "dep:reflink-copy"]
69-
70-
[patch.crates-io]
71-
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
72-
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 commit comments

Comments
 (0)