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

Commit

Permalink
Merge pull request #252 from mxinden/libp2p-master
Browse files Browse the repository at this point in the history
chore(Cargo.toml): update to latest libp2p master
  • Loading branch information
mxinden authored Jul 29, 2023
2 parents 31019f1 + b6f2ffe commit 0936344
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 0936344

Please sign in to comment.