Remove unused deps: regex, assert_cmd, predicates-core.
regex was introduced in commit9e85be11febut isn't used anymore. assert_cmd and predicates-core were introduced ine1c681fffefor tests but aren't used anymore. Dependency count in Cargo.lock drops from 428 to 421.
This commit is contained in:
@@ -63,7 +63,6 @@ num-order = { version = "1.2.0" }
|
||||
ordered-float = "5.0.0"
|
||||
phf = { version = "0.11", features = ["macros"] }
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.6"
|
||||
ring = { version = "0.17.8", features = ["wasm32_unknown_unknown_js"] }
|
||||
ripemd = "0.1.3"
|
||||
roxmltree = "0.20.0"
|
||||
@@ -120,11 +119,9 @@ ouroboros = "0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
predicates-core = "1.0.8"
|
||||
serial_test = "3.1.1"
|
||||
|
||||
[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dev-dependencies]
|
||||
assert_cmd = "2.0.15"
|
||||
criterion = "0.5.1"
|
||||
iai-callgrind = "0.12.1"
|
||||
trycmd = "0.15.6"
|
||||
|
||||
Reference in New Issue
Block a user