Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
chore(Cargo.toml): update to latest libp2p master
Browse files Browse the repository at this point in the history
Most prominently, includes libp2p/rust-libp2p#3454.
  • Loading branch information
mxinden committed Jul 29, 2023
1 parent 31019f1 commit b6f2ffe
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 28 deletions.
87 changes: 60 additions & 27 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_logger = "0.10.0"
futures = "0.3.27"
futures-timer = "3"
libp2p = { git = "https://github.com/libp2p/rust-libp2p", version = "0.52.1", default-features = false, features = ["autonat", "dns", "async-std", "noise", "tcp", "yamux", "identify", "kad", "ping", "relay", "metrics", "rsa", "macros"] }
libp2p-quic = { git = "https://github.com/libp2p/rust-libp2p", version = "0.8.0-alpha", default-features = false, features = ["async-std"] }
libp2p-quic = { git = "https://github.com/libp2p/rust-libp2p", version = "0.9.0-alpha", default-features = false, features = ["async-std"] }
log = "0.4"
prometheus-client = "0.21.2"
serde = "1.0.177"
Expand Down

0 comments on commit b6f2ffe

Please sign in to comment.