Reverts nushell/nushell#10061

The latest serde (1.0.184) reverts the binary requirement.
This commit is contained in:
JT
2023-08-22 05:04:34 +12:00
committed by GitHub
parent 0786ddddbd
commit 5378727049
9 changed files with 9 additions and 18 deletions

View File

@@ -26,8 +26,7 @@ ahash = "0.8.3"
nu-ansi-term = "0.49.0"
fancy-regex = "0.11.0"
rust-embed = "6.7.0"
# Due to https://github.com/serde-rs/serde/issues/2538
serde = { version = "1.0, < 1.0.172" }
serde = "1.0.164"
nu-pretty-hex = { version = "0.83.2", path = "../nu-pretty-hex" }
nu-json = { version = "0.83.2", path = "../nu-json" }
serde_urlencoded = "0.7.1"