Skip to content

Commit 5b8b785

Browse files
author
“ramfox”
committed
chore: upgrade irpc, iroh
1 parent be55219 commit 5b8b785

File tree

3 files changed

+20
-26
lines changed

3 files changed

+20
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 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.92"
39+
iroh = "0.93"
4040
self_cell = "1.1.0"
4141
genawaiter = { 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 }
4444
iroh-metrics = { version = "0.36" }
4545
redb = { version = "2.6.3", optional = true }
4646
reflink-copy = { version = "0.1.24", optional = true }
@@ -59,7 +59,7 @@ 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.92", features = ["discovery-local-network"]}
62+
iroh = { version = "0.93", features = ["discovery-local-network"]}
6363
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
6464
concat_const = "0.2.0"
6565

@@ -68,8 +68,3 @@ hide-proto-docs = []
6868
metrics = []
6969
default = ["hide-proto-docs", "fs-store"]
7070
fs-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" }

deny.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +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-
"https://github.com/n0-computer/irpc.git",
47-
]

0 commit comments

Comments
 (0)