Skip to content

Commit 4880c52

Browse files
update quic-rpc
1 parent b09f751 commit 4880c52

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 4 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.16", optional = true }
61-
quic-rpc-derive = { version = "0.16", optional = true }
60+
quic-rpc = { version = "0.17", optional = true }
61+
quic-rpc-derive = { version = "0.17", optional = true }
6262
serde-error = { version = "0.1.3", optional = true }
6363
portable-atomic = { version = "1.9.0", optional = true }
6464

@@ -109,5 +109,3 @@ 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)