From db39a6539d6227d25e2a1a2b4bbbb5e4cacd135f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 21:01:22 +0000 Subject: [PATCH] build(deps): update rust crate os_info to 3.15.0 --- Cargo.lock | 22 +++++----------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82e2006b9..3b6bf5c39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2314,18 +2314,6 @@ dependencies = [ "syn 2.0.117", ] -[[package]] -name = "nix" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -dependencies = [ - "bitflags 2.11.1", - "cfg-if", - "cfg_aliases", - "libc", -] - [[package]] name = "nix" version = "0.31.3" @@ -2672,13 +2660,13 @@ dependencies = [ [[package]] name = "os_info" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4022a17595a00d6a369236fdae483f0de7f0a339960a53118b818238e132224" +checksum = "9cf20a545b305cf1da722b236b5155c9bb35f1d5ceb28c048bd96ca842f41b5b" dependencies = [ "android_system_properties", "log", - "nix 0.30.1", + "nix", "objc2", "objc2-foundation", "objc2-ui-kit", @@ -3508,7 +3496,7 @@ dependencies = [ "jsonc-parser", "log", "mockall", - "nix 0.31.3", + "nix", "notify-rust", "nu-ansi-term", "open", @@ -3558,7 +3546,7 @@ dependencies = [ "lazycell", "libc", "mach2", - "nix 0.31.3", + "nix", "num-traits", "objc2-core-foundation", "objc2-io-kit", diff --git a/Cargo.toml b/Cargo.toml index 7b2aa87d4..ee2e80552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ notify-rust = { version = "4.17.0", optional = true } nu-ansi-term = "0.50.3" open = "5.3.5" # update os module config and tests when upgrading os_info -os_info = { version = "3.14.0", features = ["schemars"] } +os_info = { version = "3.15.0", features = ["schemars"] } # for efficient shared state between `git_status` and `git_metrics`, allowing parallel printing. This is for poison-free locks. parking_lot = "0.12.5" path-slash = "0.2.1"