From b9db347601b00bc7c8a1c76fe70c9018322c1721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 10:20:49 -0600 Subject: [PATCH] Bump sysctl from 0.4.0 to 0.4.1 (#17609) Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.0 to 0.4.1. - [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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- sys-tuner/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f59a63cc55..719fa85733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5827,14 +5827,14 @@ dependencies = [ [[package]] name = "sysctl" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0501f0d0c2aa64b419abff97c209f4b82c4e67caa63e8dc5b222ecc1b574cb5c" +checksum = "571282e1349eaf61f946466da731050daf3a9dcf74e33c7a0da065a665cabee7" dependencies = [ "bitflags", "byteorder", - "failure", "libc", + "thiserror", "walkdir", ] diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index a797291038..b379615ca1 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -22,7 +22,7 @@ solana-version = { path = "../version", version = "=1.8.0" } unix_socket2 = "0.5.4" users = "0.10.0" nix = "0.19.0" -sysctl = "0.4.0" +sysctl = "0.4.1" [lib] name = "solana_sys_tuner"