Remove unused dev-dependencies (#7285)

Warning: the `nu-json` crate seems to be undertested as the main test
code is commented out. Thus the unused dependencies there were just
commented out
This commit is contained in:
Stefan Holderbach
2022-12-01 11:53:24 +01:00
committed by GitHub
parent a9e6b1ec6b
commit 6fadc72553
3 changed files with 2 additions and 59 deletions

View File

@ -11,5 +11,4 @@ edition = "2021"
categories = ["filesystem"]
[dev-dependencies]
tempdir = "0.3"
doc-comment = "0.3"

View File

@ -21,5 +21,5 @@ num-traits = "0.2.14"
serde = "1.0"
[dev-dependencies]
nu-path = { path="../nu-path", version = "0.72.1" }
serde_json = "1.0"
# nu-path = { path="../nu-path", version = "0.72.1" }
# serde_json = "1.0"