Skip to content

Commit 2bcf1ee

Browse files
committed
chore: remove unused crates; bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I479454682078e3e5fd38275312d372be6a6a6964
1 parent 63b6a52 commit 2bcf1ee

File tree

3 files changed

+14
-99
lines changed

3 files changed

+14
-99
lines changed

Cargo.lock

Lines changed: 14 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ clap-verbosity-flag = "3.0.4"
1919
clap_complete = "4.5.59"
2020
clap_complete_nushell = "4.5.9"
2121
ctrlc = "3.5.1"
22-
derive_more = { features = [ "full" ], version = "2.0.1" }
2322
env_logger = "0.11.8"
2423
log = "0.4.28"
2524
nix = { features = [ "fs" ], version = "0.31.1" }
2625
num_cpus = "1.17.0"
2726
serde = { features = [ "derive" ], version = "1.0.228" }
28-
thiserror = "2.0.17"
2927
toml = "0.9.8"
3028
yansi = { features = [ "detect-env", "detect-tty" ], version = "1.0.1" }

watt/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ anyhow.workspace = true
1818
clap.workspace = true
1919
clap-verbosity-flag.workspace = true
2020
ctrlc.workspace = true
21-
derive_more.workspace = true
2221
env_logger.workspace = true
2322
log.workspace = true
2423
nix.workspace = true
2524
num_cpus.workspace = true
2625
serde.workspace = true
27-
thiserror.workspace = true
2826
toml.workspace = true
2927
yansi.workspace = true
3028

0 commit comments

Comments
 (0)