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

Commit b6f2ffe

Browse files
committed
chore(Cargo.toml): update to latest libp2p master
Most prominently, includes libp2p/rust-libp2p#3454.
1 parent 31019f1 commit b6f2ffe

File tree

2 files changed

+61
-28
lines changed

2 files changed

+61
-28
lines changed

Cargo.lock

+60-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env_logger = "0.10.0"
1414
futures = "0.3.27"
1515
futures-timer = "3"
1616
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"] }
17-
libp2p-quic = { git = "https://github.com/libp2p/rust-libp2p", version = "0.8.0-alpha", default-features = false, features = ["async-std"] }
17+
libp2p-quic = { git = "https://github.com/libp2p/rust-libp2p", version = "0.9.0-alpha", default-features = false, features = ["async-std"] }
1818
log = "0.4"
1919
prometheus-client = "0.21.2"
2020
serde = "1.0.177"

0 commit comments

Comments
 (0)