From b15130a20d2f909199b1fba2a1335b5fc4e67462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:05:15 +0000 Subject: [PATCH] chore(deps): bump sysctl from 0.4.4 to 0.4.6 Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.4 to 0.4.6. - [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/v0.4.6) --- updated-dependencies: - dependency-name: sysctl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abecdff..e87097f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,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", diff --git a/Cargo.toml b/Cargo.toml index 46b077f..bfd9577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ winreg = "0.10.1" windows-service = "0.4.0" [target.x86_64-unknown-freebsd.dependencies] -sysctl = "0.4.4" +sysctl = "0.4.6" [features] default = ["exe"]