build(deps): update rust crate os_info to 3.9.1

This commit is contained in:
renovate[bot] 2024-12-22 19:13:17 +00:00 committed by GitHub
parent d4ba0d19e6
commit 0d2edee51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2192,9 +2192,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.9.0"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce"
checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430"
dependencies = [
"log",
"serde",

View File

@ -58,7 +58,7 @@ notify-rust = { version = "4.11.3", optional = true }
nu-ansi-term = "0.50.1"
open = "5.3.1"
# update os module config and tests when upgrading os_info
os_info = "3.9.0"
os_info = "3.9.1"
path-slash = "0.2.1"
pest = "2.7.15"
pest_derive = "2.7.15"