Skip to content

Commit 9ca81fb

Browse files
kevinheaveyepage
authored andcommitted
chore: Remove unused deps
1 parent 03ed322 commit 9ca81fb

File tree

2 files changed

+1
-192
lines changed

2 files changed

+1
-192
lines changed

Cargo.lock

Lines changed: 1 addition & 184 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,13 @@ cargo_metadata = "0.15.4"
6565
# one they want to be used.
6666
tame-index = { version = "0.13", features = ["sparse", "native-certs", "local"] }
6767
dunce = "1.0"
68-
env_proxy = "0.4.1"
6968
anyhow = "1.0"
7069
hex = "0.4.3"
7170
home = "0.5.5"
72-
regex = "1.9.4"
7371
serde = "1.0.188"
7472
serde_derive = "1.0.188"
75-
serde_json = "1.0.105"
7673
clap = { version = "4.4.2", features = ["derive", "wrap_help"], optional = true }
7774
clap-cargo = "0.12.0"
78-
subprocess = "0.2.9"
7975
termcolor = "1.2.0"
8076
toml = "0.7.6"
8177
toml_edit = "0.19.14"
@@ -88,14 +84,10 @@ features = ["serde"]
8884
version = "1.0.18"
8985

9086
[dev-dependencies]
91-
predicates = { version = "3.0.3", features = ["color"] }
92-
assert_cmd = { version = "2.0.12", features = ["color-auto"] }
93-
assert_fs = { version = "1.0.13", features = ["color-auto"] }
9487
trycmd = "0.14.17"
9588
snapbox = { version = "0.6.9", features = ["cmd", "path"] }
9689
cargo-test-macro = "0.3"
9790
cargo-test-support = "0.3"
98-
url = "2.4.0"
9991

10092
[profile.release]
10193
panic = "abort"

0 commit comments

Comments
 (0)