Skip to content

Commit 7020798

Browse files
authored
Remove unused dependencies (#85)
https://github.com/est31/cargo-udeps reports "thiserror" as unused by all targets: ```shell $ cargo +nightly udeps --all-targets unused dependencies: `helm-templexer v2.0.0 (/home/hmaus/Development/helm-templexer)` └─── dependencies └─── "thiserror" ```
1 parent 138985f commit 7020798

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

Cargo.lock

Lines changed: 0 additions & 21 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ structopt-flags = "0.3"
2121
log = "0.4"
2222
env_logger = "0.8"
2323
anyhow = "1"
24-
thiserror = "1"
2524
serde = "1"
2625
serde_yaml = "0.8"
2726
subprocess = "0.2"

0 commit comments

Comments
 (0)