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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"

View file

@ -37,7 +37,7 @@ pretty_env_logger = "0.3.0"
lalrpop-util = "0.17.0"
regex = "1.1.6"
serde = "1.0.91"
serde_json = "1.0.39"
serde_json = "1.0"
serde_derive = "1.0.91"
getset = "0.0.7"
logos = "0.10.0-rc2"