Skip to content

Commit fca9418

Browse files
feat: update to [email protected] and latest quic-rpc
Depends on n0-computer/quic-rpc#125
1 parent d0258b6 commit fca9418

File tree

3 files changed

+33
-84
lines changed

3 files changed

+33
-84
lines changed

Cargo.lock

Lines changed: 27 additions & 77 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ unused-async = "warn"
3333
anyhow = "1"
3434
clap = { version = "4", features = ["derive"], optional = true }
3535
tokio = "1"
36-
iroh = "0.28.1"
36+
iroh = "0.29"
3737
tempfile = "3"
3838
strum = "0.26"
3939
nested_enum_utils = "0.1.0"
40-
quic-rpc = "0.15.0"
41-
quic-rpc-derive = "0.15.0"
40+
quic-rpc = "0.16.0"
41+
quic-rpc-derive = "0.16.0"
4242
serde = "1"
4343
serde-error = "0.1.3"
4444
futures-lite = "2.5.0"
@@ -70,4 +70,5 @@ all-features = true
7070
rustdoc-args = ["--cfg", "iroh_docsrs"]
7171

7272
[patch.crates-io]
73-
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
73+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }
74+
quic-rpc-derive = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }

deny.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ ignore = [
2929
]
3030

3131
[sources]
32-
allow-git = [
33-
"https://github.com/n0-computer/iroh.git",
34-
]
32+
allow-git = []

0 commit comments

Comments
 (0)