From 8ee04527deade2dd19e519958b3d16ed90cbb3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:31:31 +0000 Subject: [PATCH] Bump sysctl from 0.5.5 to 0.6.0 Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.5.5 to 0.6.0. - [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.5.5...v0.6.0) --- updated-dependencies: - dependency-name: sysctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43c494bd..426a506f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2177,9 +2177,9 @@ dependencies = [ [[package]] name = "sysctl" -version = "0.5.5" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" +checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc" dependencies = [ "bitflags", "byteorder", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index c96579cf..61a96d99 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -63,7 +63,7 @@ crossbeam-channel = "0.5.13" mach = "0.3.2" lazy_static = "1.5.0" flate2 = "1.0" -sysctl = "0.5.4" +sysctl = "0.6.0" plist = "1.7.0" [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]