Skip to content

Commit

Permalink
deps: bump root dependencies as of 2024-03-04 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Mar 5, 2024
1 parent 7ea72cc commit 26162c0
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 65 deletions.
135 changes: 82 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ deploy = ["battery", "gpu", "zfs"]
default = ["deploy"]

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
backtrace = "0.3.69"
cfg-if = "1.0.0"
clap = { version = "4.5.0", features = ["default", "cargo", "wrap_help"] }
clap = { version = "4.5.1", features = ["default", "cargo", "wrap_help"] }
concat-string = "1.0.1"
crossterm = "0.27.0"
ctrlc = { version = "3.4.2", features = ["termination"] }
Expand All @@ -84,19 +84,19 @@ dirs = "5.0.1"
fern = { version = "0.6.2", optional = true }
hashbrown = "0.14.3"
humantime = "2.1.0"
indexmap = "2.2.3"
indexmap = "2.2.5"
indoc = "2.0.4"
itertools = "0.12.1"
kstring = { version = "2.0.0", features = ["arc"] }
log = { version = "0.4.20", optional = true }
log = { version = "0.4.21", optional = true }
nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
regex = "1.10.3"
serde = { version = "=1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
starship-battery = { version = "0.8.2", optional = true }
sysinfo = "=0.30.6"
thiserror = "1.0.57"
time = { version = "0.3.34", features = ["formatting", "macros"] }
toml_edit = { version = "0.22.5", features = ["serde"] }
toml_edit = { version = "0.22.6", features = ["serde"] }
tui = { version = "0.26.1", package = "ratatui" }
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
Expand All @@ -112,7 +112,7 @@ core-foundation = "0.9.4"
mach2 = "0.4.2"

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.52.0", features = [
windows = { version = "0.54.0", features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
Expand All @@ -123,23 +123,23 @@ windows = { version = "0.52.0", features = [
] }

[target.'cfg(target_os = "freebsd")'.dependencies]
serde_json = { version = "1.0.113" }
serde_json = { version = "1.0.114" }
sysctl = { version = "0.5.5" }
filedescriptor = "0.8.2"

[dev-dependencies]
assert_cmd = "2.0.13"
assert_cmd = "2.0.14"
cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }
predicates = "3.1.0"

[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dev-dependencies]
portable-pty = "0.8.1"

[build-dependencies]
clap = { version = "4.5.0", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.5.0"
clap = { version = "4.5.1", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.5.1"
clap_complete_fig = "4.5.0"
clap_complete_nushell = "4.5.0"
clap_complete_nushell = "4.5.1"
clap_mangen = "0.2.20"
indoc = "2.0.4"

Expand Down

0 comments on commit 26162c0

Please sign in to comment.