Skip to content

Commit

Permalink
deps: update deps as of 2024-05-26 (#1473)
Browse files Browse the repository at this point in the history
* deps: update sysinfo to 0.30.12

* update some other dependencies
  • Loading branch information
ClementTsang authored May 27, 2024
1 parent c61de8f commit 71f6136
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 39 deletions.
77 changes: 48 additions & 29 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
backtrace = "0.3.71"
cfg-if = "1.0.0"
clap = { version = "4.5.4", features = ["default", "cargo", "wrap_help"] }
Expand All @@ -81,27 +81,27 @@ crossterm = "0.27.0"
ctrlc = { version = "3.4.4", features = ["termination"] }
dirs = "5.0.1"
fern = { version = "0.6.2", optional = true }
hashbrown = "0.14.3"
hashbrown = "0.14.5"
humantime = "2.1.0"
indexmap = "2.2.6"
indoc = "2.0.5"
itertools = "0.12.1"
itertools = "0.13.0"
log = { version = "0.4.21", optional = true }
nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
regex = "1.10.4"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
starship-battery = { version = "0.8.3", optional = true }
sysinfo = "=0.30.11"
thiserror = "1.0.59"
sysinfo = "=0.30.12"
thiserror = "1.0.61"
time = { version = "0.3.36", features = ["formatting", "macros"] }
toml_edit = { version = "0.22.12", features = ["serde"] }
tui = { version = "0.26.2", package = "ratatui" }
toml_edit = { version = "0.22.13", features = ["serde"] }
tui = { version = "0.26.3", package = "ratatui" }
unicode-ellipsis = "0.1.4"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.12"

[target.'cfg(unix)'.dependencies]
libc = "0.2.153"
libc = "0.2.155"

[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "0.38.34", features = ["fs", "param", "process"] }
Expand All @@ -122,7 +122,7 @@ windows = { version = "0.56.0", features = [
] }

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

Expand Down

0 comments on commit 71f6136

Please sign in to comment.