From 03c86892779f29148ad9a9399332e9566346ff81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 06:41:20 +0000 Subject: [PATCH] chore(deps): update cfg-if requirement from 0.1.10 to 1.0.0 Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [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-preview[bot] --- tracing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing/Cargo.toml b/tracing/Cargo.toml index 788631c1ba..a49c5ae9fb 100644 --- a/tracing/Cargo.toml +++ b/tracing/Cargo.toml @@ -30,7 +30,7 @@ edition = "2018" tracing-core = { path = "../tracing-core", version = "0.2", default-features = false } log = { version = "0.4", optional = true } tracing-attributes = { path = "../tracing-attributes", version = "0.2", optional = true } -cfg-if = "0.1.10" +cfg-if = "1.0.0" pin-project-lite = "0.1" [dev-dependencies]