diff --git a/Cargo.lock b/Cargo.lock index 396d889876..a4277dc6f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4981,9 +4981,9 @@ dependencies = [ [[package]] name = "macrotest" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c373046e96714b07b66d572e8b43e48d67cad110fd3f5bf2e000e58751864d2d" +checksum = "4e2035deb453578ff1cd2da2761ac78abbffffd1d06a0f59261c082ea713fdad" dependencies = [ "basic-toml", "diff", diff --git a/precompiles/macro/Cargo.toml b/precompiles/macro/Cargo.toml index 64c3ee61ff..6141e6d542 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.12" +macrotest = "1.0.13" trybuild = "1.0" precompile-utils = { path = "../", features = ["testing"] }