Skip to content

Commit

Permalink
Update sysctl requirement from ~0.2.0 to ~0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sysctl](https://github.com/johalun/sysctl-rs) to permit the latest version.
- [Release notes](https://github.com/johalun/sysctl-rs/releases)
- [Changelog](https://github.com/johalun/sysctl-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johalun/sysctl-rs/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and fabianfreyer committed Jan 8, 2019
1 parent 80ceec3 commit 1f1e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bitflags = "^1"
byteorder = "^1.2.3"
failure = "~0.1.1"
libc = "~0.2.41"
sysctl = "~0.2.0"
sysctl = "~0.3.0"
nix= "^0.12.0"
rctl = "0.0.5"
strum = "0.13.0"
Expand Down

0 comments on commit 1f1e1d9

Please sign in to comment.