Bump sysctl from 0.4.0 to 0.4.1 (#17609)

Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.0 to 0.4.1.
- [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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-31 10:20:49 -06:00
committed by GitHub
parent 1fa69c4ced
commit b9db347601
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -5827,14 +5827,14 @@ dependencies = [
[[package]] [[package]]
name = "sysctl" name = "sysctl"
version = "0.4.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0501f0d0c2aa64b419abff97c209f4b82c4e67caa63e8dc5b222ecc1b574cb5c" checksum = "571282e1349eaf61f946466da731050daf3a9dcf74e33c7a0da065a665cabee7"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"byteorder", "byteorder",
"failure",
"libc", "libc",
"thiserror",
"walkdir", "walkdir",
] ]

View File

@ -22,7 +22,7 @@ solana-version = { path = "../version", version = "=1.8.0" }
unix_socket2 = "0.5.4" unix_socket2 = "0.5.4"
users = "0.10.0" users = "0.10.0"
nix = "0.19.0" nix = "0.19.0"
sysctl = "0.4.0" sysctl = "0.4.1"
[lib] [lib]
name = "solana_sys_tuner" name = "solana_sys_tuner"