deps: bump lockfile as of 2025-12-28 (#1941)

* deps: bump lockfile as of 2025-12-28

* bump windows in Cargo.toml

* some refactoring
This commit is contained in:
Clement Tsang
2025-12-28 19:24:18 -05:00
committed by GitHub
parent ccc7779fc8
commit 003d625090
2 changed files with 313 additions and 372 deletions
Generated
+311 -370
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -95,7 +95,7 @@ starship-battery = { version = "0.10.3", optional = true }
sysinfo = "=0.37.2"
timeless = "0.0.14-alpha"
toml_edit = { version = "0.24.0", features = ["serde"] }
tui = { version = "0.30.0", package = "ratatui", features = ["unstable-rendered-line-info", "layout-cache"] }
tui = { version = "0.30.0", package = "ratatui", features = ["unstable-rendered-line-info", "layout-cache", "crossterm"] }
unicode-ellipsis = "0.3.0"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
@@ -121,7 +121,7 @@ core-foundation = "0.10.1"
mach2 = "0.6.0"
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.62.0", features = [
windows = { version = "0.62.2", features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",