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 }