Skip to content

Commit

Permalink
chore(iroh): update quic-rpc (n0-computer#2072)
Browse files Browse the repository at this point in the history
## Description

chore(iroh): update quic-rpc

Use latest version of quic-rpc so we can slowly modularize the rpc

<!-- A summary of what this pull request achieves and a rough list of
changes. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
rklaehn authored and ppodolsky committed Mar 13, 2024
1 parent 67435da commit 37c7b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ iroh-gossip = { version = "0.12.0", path = "../iroh-gossip" }
once_cell = "1.18.0"
parking_lot = "0.12.1"
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
quic-rpc = { version = "0.6.2", default-features = false, features = ["flume-transport"] }
quic-rpc = { version = "0.7.0", default-features = false, features = ["flume-transport"] }
quinn = "0.10"
range-collections = { version = "0.4.0" }
rand = "0.8"
Expand Down

0 comments on commit 37c7b51

Please sign in to comment.