Skip to content

Commit 56cd529

Browse files
authored
chore: upgrade iroh, iroh-base, irpc, tracing-subscriber, and n0-snafu (#150)
## Description Upgrade deps in prep for 0.94.0 release
1 parent 4d8cade commit 56cd529

File tree

3 files changed

+44
-33
lines changed

3 files changed

+44
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ derive_more = { version = "2.0.1", features = ["from", "try_from", "into", "debu
1919
futures-lite = "2.6.0"
2020
quinn = { package = "iroh-quinn", version = "0.14.0" }
2121
n0-future = "0.2.0"
22-
n0-snafu = "0.2.0"
22+
n0-snafu = "0.2.2"
2323
range-collections = { version = "0.4.6", features = ["serde"] }
2424
smallvec = { version = "1", features = ["serde", "const_new"] }
2525
snafu = "0.8.5"
@@ -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" }

deny.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ name = "ring"
3939
[[licenses.clarify.license-files]]
4040
hash = 3171872035
4141
path = "LICENSE"
42-
43-
[sources]
44-
allow-git = [
45-
"https://github.com/n0-computer/iroh",
46-
]

0 commit comments

Comments
 (0)