Skip to content

Commit

Permalink
rust-client: update libp2p rev
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Nov 30, 2022
1 parent 4aea490 commit e26c3bc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 39 deletions.
63 changes: 26 additions & 37 deletions rust-client/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"

[dependencies]
clap = { version = "4.0.26", features = ["derive"]}
env_logger = "0.9"
env_logger = "0.10.0"
either = "1.6.1"
futures = "0.3"
futures-timer = "3.0.0"
libp2p = { version = "0.50.0", git = "https://github.com/elenaf9/rust-libp2p", rev = "fa39fc651ff49f1a173ced0c2c7cc05a57e27242", features = ["async-std", "dcutr", "dns", "identify", "noise", "relay", "ping", "quic", "tcp", "yamux", "macros", "rsa"] }
libp2p = { version = "0.50.0", git = "https://github.com/elenaf9/rust-libp2p", rev = "e09a8602f0de8d15281a2d01c57050e81d9d8622", features = ["async-std", "dcutr", "dns", "identify", "noise", "relay", "ping", "quic", "tcp", "yamux", "macros", "rsa"] }
log = "0.4"
prost = "0.11.2"
rand = "0.8.5"
Expand Down

0 comments on commit e26c3bc

Please sign in to comment.