Skip to content

Commit 030420e

Browse files
feat: update quic-rpc to 0.18 (#46)
1 parent dd69fa9 commit 030420e

File tree

2 files changed

+37
-15
lines changed

2 files changed

+37
-15
lines changed

Cargo.lock

+36-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ postcard = { version = "1", default-features = false, features = [
5454
"use-std",
5555
"experimental-derive",
5656
] }
57-
quic-rpc = { version = "0.17.3", optional = true }
57+
quic-rpc = { version = "0.18", optional = true }
5858
quic-rpc-derive = { version = "0.17", optional = true }
5959
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
6060
rand = "0.8"

0 commit comments

Comments
 (0)