Skip to content

Commit 7fae72f

Browse files
committed
chore: remove some unused deps
1 parent 49dd786 commit 7fae72f

File tree

9 files changed

+24
-144
lines changed

9 files changed

+24
-144
lines changed

Cargo.lock

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

git-mit-config/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,19 @@ description = "A command for enabling and disabling git lints"
1212

1313
[dependencies]
1414
mit-lint = "3.2.9"
15-
shell-words = "1.1.0"
1615
thiserror = "2.0.0"
1716
miette = { version = "7.4.0", features = [ "fancy" ] }
1817
git2 = "0.20.0"
1918
openssl = { version = "0.10.68", optional = true }
2019
clap_complete = "4.5.42"
2120
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
2221

23-
comfy-table = "7.1.3"
2422

2523
[dependencies.mit-commit-message-lints]
2624
path = "../mit-commit-message-lints"
2725
version = "5.14.8"
2826

2927
[dev-dependencies]
30-
indoc = "2.0.5"
31-
32-
33-
[dev-dependencies.mit-hook-test-helper]
34-
path = "../mit-hook-test-helper"
35-
version = "5.14.8"
3628

3729
[features]
3830
default = []

git-mit-install/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ indoc = "2.0.5"
2828
version = "5.14.8"
2929

3030
[dev-dependencies]
31-
quickcheck = "1.0.3"
32-
quickcheck_macros = "1.0.0"
33-
tempfile = "3.15.0"
34-
35-
[dev-dependencies.mit-hook-test-helper]
36-
path = "../mit-hook-test-helper"
37-
version = "5.14.8"
3831

3932
[features]
4033
default = []

git-mit-relates-to/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ default = []
3030
vendored-openssl = ["openssl/vendored"]
3131

3232
[dev-dependencies]
33-
quickcheck = "1.0.3"
34-
quickcheck_macros = "1.0.0"
35-
indoc = "2.0.5"
36-
tempfile = "3.15.0"
37-
38-
[dev-dependencies.mit-hook-test-helper]
39-
path = "../mit-hook-test-helper"
40-
version = "5.14.8"

git-mit/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ readme = "../README.md"
1111
repository = "https://github.com/PurpleBooth/git-mit"
1212

1313
[dependencies]
14-
shell-words = "1.1.0"
1514
indoc = "2.0.5"
1615
thiserror = "2.0.0"
1716
miette = { version = "7.4.0", features = [ "fancy" ] }
@@ -26,13 +25,6 @@ openssl = { version = "0.10.68", optional = true }
2625
version = "5.14.8"
2726

2827
[dev-dependencies]
29-
quickcheck = "1.0.3"
30-
quickcheck_macros = "1.0.0"
31-
tempfile = "3.15.0"
32-
33-
[dev-dependencies.mit-hook-test-helper]
34-
path = "../mit-hook-test-helper"
35-
version = "5.14.8"
3628

3729
[features]
3830
default = []

mit-commit-message-lints/Cargo.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,28 @@ description = "Check the correctness of a specific commit message. Designed to b
1414

1515
[dependencies]
1616
shell-words = "1.1.0"
17-
time = { version = "0.3.37", features = ["local-offset", "std"] }
1817
glob = "0.3.2"
1918
thiserror = "2.0.0"
2019
miette = { version = "7.4.0", features = [ "fancy" ] }
2120
git2 = "0.20.0"
2221
openssl = { version = "0.10.68", optional = true }
23-
regex = "1.11.1"
2422
serde_yaml = "0.9.34"
25-
serde_derive = "1.0.217"
2623
indoc = "2.0.5"
2724
toml = "0.8.19"
2825
mit-commit = "3.2.1"
2926
mit-lint = "3.2.9"
3027
comfy-table = "7.1.3"
31-
clap_complete = "4.5.42"
3228
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
33-
quickcheck_macros = "1.0.0"
34-
quickcheck = "1.0.3"
29+
time = "0.3.41"
3530

36-
[dependencies.serde]
31+
32+
[dependencies.serde]
3733
version = "1.0.217"
3834
features = [ "derive" ]
3935

4036
[dev-dependencies]
41-
criterion = "0.5.1"
37+
criterion = "0.6.0"
4238

43-
[dev-dependencies.mit-hook-test-helper]
44-
path = "../mit-hook-test-helper"
45-
version = "5.14.8"
4639

4740
[[bench]]
4841
name = "trailers"

0 commit comments

Comments
 (0)