Skip to content

Commit 1c381a4

Browse files
committed
perf: upgrade to jsonc-parser 0.31
1 parent c0ad7d4 commit 1c381a4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = ["dprint-core/tracing"]
2828
anyhow = "1.0.64"
2929
dprint-core = { version = "0.67.4", features = ["formatting"] }
3030
dprint-core-macros = "0.1.0"
31-
jsonc-parser = { version = "0.28.0" }
31+
jsonc-parser = { version = "0.31.0", features = ["error_unicode_width"] }
3232
serde = { version = "1.0.144", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }
3434
text_lines = "0.6.0"

0 commit comments

Comments
 (0)