From 84f1c706bb2d37bc631a72f4ac6bf1617c66c22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 06:27:25 +0000 Subject: [PATCH] Update cfg-if requirement from ^0.1 to ^1.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.1...1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d094067..6550ec2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ process = ["libc", "procfs"] push = ["reqwest", "libc", "protobuf"] [dependencies] -cfg-if = "^0.1" +cfg-if = "^1.0" fnv = "^1.0" lazy_static = "^1.4" libc = { version = "^0.2", optional = true }