Skip to content

Commit

Permalink
deps: update to released quic-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 11, 2023
1 parent 383943a commit 0861b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ paste = { version = "1.0.12", optional = true }
portable-atomic = "1"
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
prometheus-client = { version = "0.18.0", optional = true }
quic-rpc = { version = "0.5", default-features = false, features = ["quinn-transport", "flume-transport"] }
quic-rpc = { version = "0.6", default-features = false, features = ["quinn-transport", "flume-transport"] }
quinn = "0.10"
quinn-proto = "0.10"
quinn-udp = "0.4"
Expand Down Expand Up @@ -131,5 +131,3 @@ incremental = false
[patch.crates-io]
crypto_box = { git = "/~https://github.com/RustCrypto/nacl-compat", branch = "master" }
ed25519-dalek = { git = "/~https://github.com/dalek-cryptography/ed25519-dalek", branch = "main" }

quic-rpc = { git = "/~https://github.com/n0-computer/quic-rpc", branch = "feat-quinn-010" }

0 comments on commit 0861b9f

Please sign in to comment.