Skip to content

Commit

Permalink
Merge branch 'master' into zeb/arc-display-max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp authored Jul 24, 2023
2 parents 3fbbcbd + dbf0545 commit cf95cdb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ default = ["deploy"]
anyhow = "1.0.72"
backtrace = "0.3.68"
cfg-if = "1.0.0"
clap = { version = "4.3.17", features = ["default", "cargo", "wrap_help"] }
clap = { version = "4.3.19", features = ["default", "cargo", "wrap_help"] }
concat-string = "1.0.1"
crossterm = "0.26.1"
ctrlc = { version = "3.4.0", features = ["termination"] }
Expand All @@ -93,10 +93,10 @@ log = { version = "0.4.19", optional = true }
nvml-wrapper = { version = "0.9.0", optional = true }
once_cell = "1.18.0"
regex = "1.9.1"
serde = { version = "1.0.173", features = ["derive"] }
serde = { version = "1.0.175", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
sysinfo = "=0.29.6"
thiserror = "1.0.43"
thiserror = "1.0.44"
time = { version = "0.3.23", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }
tui = { version = "0.22.0", package = "ratatui" }
Expand Down Expand Up @@ -137,7 +137,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = [
predicates = "3.0.3"

[build-dependencies]
clap = { version = "4.3.17", features = ["default", "cargo", "wrap_help"] }
clap = { version = "4.3.19", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"

Expand Down

0 comments on commit cf95cdb

Please sign in to comment.