From 999fb4bda98766c6256f78c34a22e3db8b2c4201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 09:09:08 -0600 Subject: [PATCH] chore: bump sysctl from 0.4.1 to 0.4.2 (#19052) Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.1 to 0.4.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/commits/v0.4.2) --- updated-dependencies: - dependency-name: sysctl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- sys-tuner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0f4dc32a9..0884fb0309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6192,9 +6192,9 @@ dependencies = [ [[package]] name = "sysctl" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "571282e1349eaf61f946466da731050daf3a9dcf74e33c7a0da065a665cabee7" +checksum = "963488c73b34185a9028742c2be0219ed1d8558e59f85c3b466a4f54affba936" dependencies = [ "bitflags", "byteorder", diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index c5ed9220e4..82558a5779 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.20.0" -sysctl = "0.4.1" +sysctl = "0.4.2" [lib] name = "solana_sys_tuner"