Skip to content

Commit b09f751

Browse files
update quic-rpc
1 parent 9684d52 commit b09f751

File tree

2 files changed

+12
-37
lines changed

2 files changed

+12
-37
lines changed

Cargo.lock

Lines changed: 8 additions & 35 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ tracing = "0.1"
5757

5858
# rpc
5959
nested_enum_utils = { version = "0.1.0", optional = true }
60-
quic-rpc = { version = "0.15.1", optional = true }
61-
quic-rpc-derive = { version = "0.15", optional = true }
60+
quic-rpc = { version = "0.16", optional = true }
61+
quic-rpc-derive = { version = "0.16", optional = true }
6262
serde-error = { version = "0.1.3", optional = true }
6363
portable-atomic = { version = "1.9.0", optional = true }
6464

@@ -109,3 +109,5 @@ rustdoc-args = ["--cfg", "iroh_docsrs"]
109109
[patch.crates-io]
110110
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-29-0" }
111111
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "iroh-v0-29-0" }
112+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }
113+
quic-rpc-derive = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }

0 commit comments

Comments
 (0)