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

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


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-08-11 12:19:11 +00:00 committed by GitHub
commit 72c2b650e5
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.4"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
dependencies = [
"bitflags",
"byteorder",

View file

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