align all of the serde_json crates to the same version (#4949)

This commit is contained in:
Michael Angerman
2022-03-24 22:54:49 -07:00
committed by GitHub
parent d122827a30
commit e505e57a7a
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ linked-hash-map = { version="0.5", optional=true }
[dev-dependencies]
nu-path = { path="../nu-path", version = "0.60.0" }
serde_json = "1.0.39"
serde_json = "1.0"