Skip to content

Commit

Permalink
Merge pull request #36 from jw/cpu_graph
Browse files Browse the repository at this point in the history
chore: Updated the uzers and human-panic packages.
  • Loading branch information
jw authored May 12, 2024
2 parents 93d4a1e + 7d1204f commit bd3d619
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brt"
version = "0.1.6"
version = "0.1.7"
authors = ["Jan Willems <[email protected]>"]
keywords = ["terminal", "btop"]
repository = "https://github.com/jw/brt"
Expand All @@ -23,18 +23,22 @@ battery = "0.7.8"
better-panic = "0.3.0"
clap = { version = "4.5.4", features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
color-eyre = "0.6.3"
config = "0.14.0"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
derive_deref = "1.1.1"
directories = "5.0.1"
dirs = "5.0.1"
futures = "0.3.30"
human-panic = "2.0.0"
humansize = "2.1.3"
json5 = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2.154"
log = "0.4.21"
log4rs = "1.3.0"
owo-colors = "4.0.0"
pretty_assertions = "1.4.0"
procfs = "0.16.0"
json5 = "0.4.1"
ratatui = { version = "0.26.2", features = ["default", "unstable-widget-ref"] }
serde = { version = "1.0.201", features = ["derive"] }
signal-hook = "0.3.17"
Expand All @@ -45,12 +49,8 @@ tokio-util = "0.7.11"
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] }
uzers = "0.11.3"
config = "0.14.0"
pretty_assertions = "1.4.0"
derive_deref = "1.1.1"
tui-input = { version = "0.8.0", features = ["serde"] }
human-panic = "1.2.3"
uzers = "0.12.0"

[dev-dependencies.cargo-husky]
version = "1"
Expand Down

0 comments on commit bd3d619

Please sign in to comment.