chore: bump sysctl from 0.4.2 to 0.4.3 (#21117)

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

---
updated-dependencies:
- dependency-name: sysctl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-11-02 00:27:22 +00:00 committed by GitHub
parent 59a1d46c38
commit fc3b1bc62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -6231,9 +6231,9 @@ dependencies = [
[[package]]
name = "sysctl"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "963488c73b34185a9028742c2be0219ed1d8558e59f85c3b466a4f54affba936"
checksum = "feb3f7a32e17639e3705d2e05da40f485877cb97fdf0f3240e519e525e6cdb4d"
dependencies = [
"bitflags",
"byteorder",

View File

@ -21,7 +21,7 @@ solana-version = { path = "../version", version = "=1.9.0" }
unix_socket2 = "0.5.4"
users = "0.10.0"
nix = "0.23.0"
sysctl = "0.4.2"
sysctl = "0.4.3"
[lib]
name = "solana_sys_tuner"

View File

@ -57,7 +57,7 @@ jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["u
[target."cfg(unix)".dependencies]
libc = "0.2.106"
signal-hook = "0.3.10"
sysctl = "0.4.2"
sysctl = "0.4.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]