57: chore(deps): bump sysctl from 0.5.2 to 0.5.4 r=orhun a=dependabot[bot]

Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.5.2 to 0.5.4.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-12-12 11:48:06 +00:00 committed by GitHub
commit 96fcb35d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 3 deletions

23
Cargo.lock generated
View file

@ -239,6 +239,18 @@ version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "enum-as-inner"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "flate2"
version = "1.0.24"
@ -308,6 +320,12 @@ dependencies = [
"ahash",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
@ -738,12 +756,13 @@ dependencies = [
[[package]]
name = "sysctl"
version = "0.5.2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f99d037b2bef227ab8963f4b0acc33ecbb1f9a2e7365add7789372b387ec19e1"
checksum = "ed66d6a2ccbd656659289bc90767895b7abbdec897a0fc6031aca3ed1cb51d3e"
dependencies = [
"bitflags",
"byteorder",
"enum-as-inner",
"libc",
"thiserror",
"walkdir",

View file

@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.56.1"
[dependencies]
sysctl = "0.5.2"
sysctl = "0.5.4"
thiserror = "1.0.37"
lazy_static = "1.4.0"
rayon = "1.6.0"