Skip to content

Commit

Permalink
update libp2p-quic to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 12, 2023
1 parent ee67351 commit 4c5cffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 beacon_node/lighthouse_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ prometheus-client = "0.21.0"
unused_port = { path = "../../common/unused_port" }
delay_map = "0.3.0"
void = "1"
libp2p-quic= { version = "0.9.0-alpha", features=["tokio"]}
libp2p-quic= { version = "0.9.2-alpha", features=["tokio"]}

[dependencies.libp2p]
version = "0.52"
Expand Down

0 comments on commit 4c5cffc

Please sign in to comment.