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

Commit

Permalink
pin libp2p-tcp=0.37.0 for sc-telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Dec 6, 2022
1 parent 657ed63 commit 29146bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions client/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"]
chrono = "0.4.19"
futures = "0.3.21"
libp2p = { version = "0.49.0", default-features = false, features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
# Fix the resolution of libp2p-tcp according to the lockfile for publishing. This could be removed
# once libp2p is upgraded to >=0.50.
libp2p-tcp = "=0.37.0"
log = "0.4.17"
parking_lot = "0.12.1"
pin-project = "1.0.12"
Expand Down

0 comments on commit 29146bf

Please sign in to comment.