diff --git a/Cargo.lock b/Cargo.lock index 4ae72099..ef3f4a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.8" +version = "0.14.9" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c81b2f34..2850256d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.14.8" +version = "0.14.9" repository = "https://github.com/ClementTsang/bottom" license = "MIT" description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows." @@ -67,7 +67,12 @@ generate_schema = ["schemars", "strum"] [dependencies] anyhow = "1.0.104" -clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] } +clap = { version = "4.6.6", features = [ + "default", + "cargo", + "wrap_help", + "derive", +] } concat-string = "1.0.1" crossterm = "0.29.0" ctrlc = { version = "3.5.2", features = ["termination"] } @@ -76,7 +81,9 @@ humantime = "2.3.0" indexmap = "2.14.0" indoc = "2.0.7" itertools = "0.15.0" -nvml-wrapper = { version = "0.12.1", optional = true, features = ["legacy-functions"] } +nvml-wrapper = { version = "0.12.1", optional = true, features = [ + "legacy-functions", +] } ratatui = { version = "0.30.2", default-features = false, features = [ "unstable-rendered-line-info", "layout-cache", @@ -137,7 +144,12 @@ tempfile = { version = "3.27.0", default-features = false } portable-pty = "0.9.0" [build-dependencies] -clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] } +clap = { version = "4.6.6", features = [ + "default", + "cargo", + "wrap_help", + "derive", +] } clap_complete = "4.6.9" clap_complete_nushell = "4.6.1" clap_complete_fig = "4.5.2" diff --git a/scripts/schema_gen/Cargo.lock b/scripts/schema_gen/Cargo.lock index f742ad5d..b824c4b8 100644 --- a/scripts/schema_gen/Cargo.lock +++ b/scripts/schema_gen/Cargo.lock @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.14.8" +version = "0.14.9" dependencies = [ "anyhow", "clap",