Skip to content

Commit 4ac9b20

Browse files
Update cfg-if requirement from ^0.1 to ^1.0 (#362)
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](rust-lang/cfg-if@0.1.1...1.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2a4bd7 commit 4ac9b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process = ["libc", "procfs"]
2525
push = ["reqwest", "libc", "protobuf"]
2626

2727
[dependencies]
28-
cfg-if = "^0.1"
28+
cfg-if = "^1.0"
2929
fnv = "^1.0"
3030
lazy_static = "^1.4"
3131
libc = { version = "^0.2", optional = true }

0 commit comments

Comments
 (0)