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

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


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-08-24 23:07:26 +00:00 committed by GitHub
commit 3961196dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -777,9 +777,9 @@ dependencies = [
[[package]]
name = "sysctl"
version = "0.4.6"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
checksum = "f99d037b2bef227ab8963f4b0acc33ecbb1f9a2e7365add7789372b387ec19e1"
dependencies = [
"bitflags",
"byteorder",

View file

@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.56.1"
[dependencies]
sysctl = "0.4.6"
sysctl = "0.5.2"
thiserror = "1.0.32"
lazy_static = "1.4.0"
rayon = "1.5.3"