Skip to content

Commit

Permalink
Update quickcheck requirement from 0.9.0 to 1.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
- [Release notes](https://github.com/BurntSushi/quickcheck/releases)
- [Commits](BurntSushi/quickcheck@0.9.2...1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2021
1 parent 8aeb7b3 commit 7bcc622
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libp2p-mplex = { path = "../muxers/mplex" }
libp2p-noise = { path = "../protocols/noise" }
libp2p-tcp = { path = "../transports/tcp" }
multihash = { version = "0.13", default-features = false, features = ["arb"] }
quickcheck = "0.9.0"
quickcheck = "1.0.3"
wasm-timer = "0.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion misc/multiaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ url = { version = "2.1.0", optional = true, default-features = false }

[dev-dependencies]
bincode = "1"
quickcheck = "0.9.0"
quickcheck = "1.0.3"
rand = "0.7.2"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion misc/multistream-select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ env_logger = "0.8"
libp2p-core = { path = "../../core" }
libp2p-mplex = { path = "../../muxers/mplex" }
libp2p-plaintext = { path = "../../protocols/plaintext" }
quickcheck = "0.9.0"
quickcheck = "1.0.3"
rand = "0.7.2"
rw-stream-sink = "0.2.1"
2 changes: 1 addition & 1 deletion muxers/mplex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env_logger = "0.8"
futures = "0.3"
libp2p-tcp = { path = "../../transports/tcp" }
libp2p-plaintext = { path = "../../protocols/plaintext" }
quickcheck = "0.9"
quickcheck = "1.0"
rand = "0.7"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion protocols/deflate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ flate2 = "1.0"
[dev-dependencies]
async-std = "1.6.2"
libp2p-tcp = { path = "../../transports/tcp" }
quickcheck = "0.9"
quickcheck = "1.0"
rand = "0.7"
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libp2p-plaintext = { path = "../plaintext" }
libp2p-yamux = { path = "../../muxers/yamux" }
libp2p-mplex = { path = "../../muxers/mplex" }
libp2p-noise = { path = "../../protocols/noise" }
quickcheck = "0.9.2"
quickcheck = "1.0.3"
hex = "0.4.2"
derive_builder = "0.9.0"

Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void = "1.0"
futures-timer = "3.0"
libp2p-noise = { path = "../noise" }
libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"
quickcheck = "1.0.3"

[build-dependencies]
prost-build = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion protocols/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ snow = { version = "0.7.1", features = ["default-resolver"], default-features =
async-io = "1.2.0"
env_logger = "0.8.1"
libp2p-tcp = { path = "../../transports/tcp" }
quickcheck = "0.9.0"
quickcheck = "1.0.3"
sodiumoxide = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ libp2p-tcp = { path = "../../transports/tcp" }
libp2p-noise = { path = "../../protocols/noise" }
libp2p-yamux = { path = "../../muxers/yamux" }
libp2p-mplex = { path = "../../muxers/mplex" }
quickcheck = "0.9.0"
quickcheck = "1.0.3"
2 changes: 1 addition & 1 deletion protocols/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void = "1.0.2"

[dev-dependencies]
env_logger = "0.8.1"
quickcheck = "0.9.0"
quickcheck = "1.0.3"
rand = "0.7"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion protocols/pnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ rand = "0.7"
pin-project = "1.0.2"

[dev-dependencies]
quickcheck = "0.9.0"
quickcheck = "1.0.3"
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ void = "1"
[dev-dependencies]
libp2p-mplex = { path = "../muxers/mplex" }
libp2p-noise = { path = "../protocols/noise" }
quickcheck = "0.9.0"
quickcheck = "1.0.3"
rand = "0.7.2"

0 comments on commit 7bcc622

Please sign in to comment.