From 8a488223fab2d58285df1a6544eb5bee5c631a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:53:58 +0000 Subject: [PATCH] Bump pretty_assertions from 1.3.0 to 1.4.0 Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++----------------------- frame/support/Cargo.toml | 2 +- frame/support/test/Cargo.toml | 2 +- primitives/state-machine/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e37cc1cb52c90..48a1f72e4e05a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,16 +1642,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "ctr" version = "0.8.0" @@ -5845,15 +5835,6 @@ version = "6.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" -[[package]] -name = "output_vt100" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] - [[package]] name = "overload" version = "0.1.1" @@ -7987,13 +7968,11 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" +checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" dependencies = [ - "ctor", "diff", - "output_vt100", "yansi", ] diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index 1bd3ff815d8ee..628050177f458 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -45,7 +45,7 @@ environmental = { version = "1.1.4", default-features = false } [dev-dependencies] serde_json = "1.0.85" assert_matches = "1.3.0" -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.0" frame-system = { version = "4.0.0-dev", path = "../system" } [features] diff --git a/frame/support/test/Cargo.toml b/frame/support/test/Cargo.toml index 555d84f5072bd..7c0474fadb6b4 100644 --- a/frame/support/test/Cargo.toml +++ b/frame/support/test/Cargo.toml @@ -27,7 +27,7 @@ sp-core = { version = "21.0.0", default-features = false, path = "../../../primi sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" } sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" } trybuild = { version = "1.0.74", features = [ "diff" ] } -pretty_assertions = "1.3.0" +pretty_assertions = "1.4.0" rustversion = "1.0.6" frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../executive" } diff --git a/primitives/state-machine/Cargo.toml b/primitives/state-machine/Cargo.toml index a68e3f32d6147..0fa768c007ca1 100644 --- a/primitives/state-machine/Cargo.toml +++ b/primitives/state-machine/Cargo.toml @@ -30,7 +30,7 @@ sp-trie = { version = "22.0.0", default-features = false, path = "../trie" } [dev-dependencies] array-bytes = "4.1" -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.0" rand = "0.8.5" sp-runtime = { version = "24.0.0", path = "../runtime" } trie-db = "0.27.1"