build(deps): update rust crate os_info to 3.15.0

This commit is contained in:
renovate[bot]
2026-05-23 21:01:22 +00:00
committed by GitHub
parent 96c1f90eeb
commit db39a6539d
2 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -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"