From 7eca3c6f2dd418535e54b9b672af57b85b71a78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 04:02:58 +0000 Subject: [PATCH] Bump sysctl from 0.6.0 to 0.7.1 Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.6.0 to 0.7.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/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: sysctl dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- uvm_install/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18f1dadb..dfe662f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2401,15 +2401,15 @@ dependencies = [ [[package]] name = "sysctl" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc" +checksum = "cca424247104946a59dacd27eaad296223b7feec3d168a6dd04585183091eb0b" dependencies = [ "bitflags 2.9.4", "byteorder", "enum-as-inner", "libc", - "thiserror 1.0.69", + "thiserror 2.0.16", "walkdir", ] diff --git a/uvm_install/Cargo.toml b/uvm_install/Cargo.toml index 145acb0c..ffeb6d7d 100644 --- a/uvm_install/Cargo.toml +++ b/uvm_install/Cargo.toml @@ -33,7 +33,7 @@ cluFlock = "1.2.5" [target.'cfg(target_os="macos")'.dependencies] dmg = "0.1.1" mach_object = "0.1.17" -sysctl = "0.6.0" +sysctl = "0.7.1" [target.'cfg(target_os="windows")'.dependencies] tempfile = "3.19.1" [dev-dependencies]