Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam authored and dirvine committed Jun 22, 2020
1 parent 498f52c commit 94ebc7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ lru_time_cache = "~0.10.0"
mock-quic-p2p = { git = "https://github.com/maidsafe/quic-p2p", optional = true }
num-bigint = "~0.2.6"
parsec = "~0.7.1"
# quic-p2p = { version = "~0.6.2", features = ["upnp"] }
quic-p2p = { git = "https://github.com/madadam/quic-p2p", branch = "update-deps", features = ["upnp"] }
quic-p2p = { version = "~0.6.2", features = ["upnp"] }
rand = "~0.7.3"
# rand in the versions used by the threshold-crypto crate
rand_crypto = { package = "rand", version = "~0.6.5" }
Expand All @@ -58,3 +57,7 @@ mock_base = [
"env_logger",
]
mock = ["mock_base"]

[patch.crates-io]
quic-p2p = { git = "https://github.com/maidsafe/quic-p2p", features = ["upnp"] }

0 comments on commit 94ebc7d

Please sign in to comment.