diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-13 12:21:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 16:21:13 +0000 |
commit | b3ca3b2f25931afb350027bde87dc3d4f9a741b0 (patch) | |
tree | e8d4f1211310e4998cd21882b96d0a799a83de87 /cli | |
parent | eccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff) |
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 77e67d118..86511465c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -109,7 +109,7 @@ glob = "0.3.1" ignore = "0.4" import_map = { version = "=0.19.0", features = ["ext"] } indexmap.workspace = true -jsonc-parser = { version = "=0.23.0", features = ["serde"] } +jsonc-parser.workspace = true lazy-regex.workspace = true libc.workspace = true libz-sys.workspace = true |