chore(deps): bump sysctl from 0.4.6 to 0.5.2

Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.6 to 0.5.2.
- [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/compare/v0.4.6...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 01:35:20 +00:00 committed by GitHub
parent 53c1d037b7
commit 558a22421b
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"