From 987d3b58cca172fb3cc64f0445505280457d921b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 04:31:18 +0000 Subject: [PATCH] Bump cfg-if from 0.1.10 to 1.0.0 Bumps [cfg-if](https://github.com/alexcrichton/cfg-if) from 0.1.10 to 1.0.0. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.10...1.0.0) Signed-off-by: dependabot[bot] --- test-utils/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-utils/runtime/Cargo.toml b/test-utils/runtime/Cargo.toml index cfc5aeb698..51d0f13563 100644 --- a/test-utils/runtime/Cargo.toml +++ b/test-utils/runtime/Cargo.toml @@ -46,7 +46,7 @@ tp-state-machine = { version = "0.8.0", default-features = false, path = "../../ tp-externalities = { version = "0.8.0", default-features = false, path = "../../primitives/externalities" } # 3rd party -cfg-if = "0.1.10" +cfg-if = "1.0.0" log = { version = "0.4.8", optional = true } serde = { version = "1.0.101", optional = true, features = ["derive"] }