Remove unused nu-json from nu-protocol (#8417)

This dependency apears unnecessary and should remove a link in the crate
graph that could favor parallel compilation
This commit is contained in:
Stefan Holderbach 2023-03-12 20:26:35 +01:00 committed by GitHub
parent 808e523adc
commit 79d0735864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2973,7 +2973,6 @@ dependencies = [
"indexmap",
"lru",
"miette",
"nu-json",
"nu-test-support",
"nu-utils",
"num-format",

View file

@ -14,7 +14,6 @@ bench = false
[dependencies]
nu-utils = { path = "../nu-utils", version = "0.76.1" }
nu-json = { path = "../nu-json", version = "0.76.1" }
byte-unit = "4.0.9"
chrono = { version = "0.4.23", features = [