From f7dc0ace3706ced905e1c754c5bd4ad8267b6c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:24:23 +0800 Subject: [PATCH] build(deps): bump macrotest from 1.0.11 to 1.0.12 (#1403) Bumps [macrotest](https://github.com/eupn/macrotest) from 1.0.11 to 1.0.12. - [Commits](https://github.com/eupn/macrotest/compare/v1.0.11...v1.0.12) --- updated-dependencies: - dependency-name: macrotest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- precompiles/macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43f4c8d504..5ec38fd79b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4849,9 +4849,9 @@ dependencies = [ [[package]] name = "macrotest" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "119d028d9d69a00b737d6af1081a690cee15df8ef75b3f71c86bcc48b301528e" +checksum = "c373046e96714b07b66d572e8b43e48d67cad110fd3f5bf2e000e58751864d2d" dependencies = [ "basic-toml", "diff", diff --git a/precompiles/macro/Cargo.toml b/precompiles/macro/Cargo.toml index 520eb29286..16546bc11f 100644 --- a/precompiles/macro/Cargo.toml +++ b/precompiles/macro/Cargo.toml @@ -22,7 +22,7 @@ sp-crypto-hashing = { workspace = true } syn = { version = "1.0", features = ["extra-traits", "fold", "full", "visit"] } [dev-dependencies] -macrotest = "1.0.11" +macrotest = "1.0.12" trybuild = "1.0" precompile-utils = { path = "../", features = ["testing"] }