mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate os_info to 3.14.0
This commit is contained in:
Generated
+2
-2
@@ -2419,9 +2419,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "os_info"
|
||||
version = "3.13.0"
|
||||
version = "3.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c39b5918402d564846d5aba164c09a66cc88d232179dfd3e3c619a25a268392"
|
||||
checksum = "e4022a17595a00d6a369236fdae483f0de7f0a339960a53118b818238e132224"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"log",
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ notify-rust = { version = "4.11.7", optional = true }
|
||||
nu-ansi-term = "0.50.3"
|
||||
open = "5.3.3"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.13.0"
|
||||
os_info = "3.14.0"
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user