Skip to content

Commit

Permalink
Merge pull request #4 from differs/dependabot/cargo/pretty_assertions…
Browse files Browse the repository at this point in the history
…-0.7.1

Bump pretty_assertions from 0.6.1 to 0.7.1
  • Loading branch information
differs committed Mar 12, 2021
2 parents 9de9656 + e2e03ed commit 80df25a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/node/primitives/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../../pri

[dev-dependencies]
sp-serializer = { version = "3.0.0", path = "../../../primitives/serializer" }
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion frame/contracts/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ pallet-balances = { version = "3.0.0", path = "../balances" }
pallet-timestamp = { version = "3.0.0", path = "../timestamp" }
pallet-randomness-collective-flip = { version = "3.0.0", path = "../randomness-collective-flip" }
paste = "1.0"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
wat = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ impl-trait-for-tuples = "0.2.1"
smallvec = "1.4.1"

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
frame-system = { version = "3.0.0", path = "../system" }
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
Expand Down
2 changes: 1 addition & 1 deletion frame/support/test/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../../pri
sp-core = { version = "3.0.0", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
trybuild = "1.0.38"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
rustversion = "1.0.0"
frame-metadata = { version = "13.0.0", default-features = false, path = "../../metadata" }
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ sp-runtime-interface = { version = "3.0.0", default-features = false, path = "..

[dev-dependencies]
sp-serializer = { version = "3.0.0", path = "../serializer" }
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
hex-literal = "0.3.1"
rand = "0.7.2"
criterion = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion primitives/state-machine/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ sp-std = { version = "3.0.0", default-features = false, path = "../std" }
[dev-dependencies]
hex-literal = "0.3.1"
sp-runtime = { version = "3.0.0", path = "../runtime" }
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"

[features]
default = ["std"]
Expand Down

0 comments on commit 80df25a

Please sign in to comment.