From f9c83def71eea1b7d0a720694800065625adaad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 14:26:43 +0000 Subject: [PATCH] build(deps): update rust crate os_info to 3.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99b2e3ff..58faa6419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2519,9 +2519,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a604e53c24761286860eba4e2c8b23a0161526476b1de520139d69cdb85a6b5" +checksum = "41fc863e2ca13dc2d5c34fb22ea4a588248ac14db929616ba65c45f21744b1e9" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index f649bb95e..cb2e3be87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ notify-rust = { version = "4.11.7", optional = true } nu-ansi-term = "0.50.1" open = "5.3.2" # update os module config and tests when upgrading os_info -os_info = "3.10.0" +os_info = "3.11.0" # for efficient shared state between `git_status` and `git_metrics`, allowing parallel printing. This is for poison-free locks. parking_lot = "0.12.3" path-slash = "0.2.1"