diff options
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 |