Skip to content

Commit 9401dd4

Browse files
authored
fix(linter): bump oxc-miette to fix nightly panic Formatting argument out of range (#9888)
closes #9738
1 parent e9565c9 commit 9401dd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ lazy_static = "1.5.0"
194194
log = "0.4.25"
195195
markdown = "1.0.0-alpha.22"
196196
memchr = "2.7.4"
197-
miette = { package = "oxc-miette", version = "2.2.0", features = ["fancy-no-syscall"] }
197+
miette = { package = "oxc-miette", version = "2.2.1", features = ["fancy-no-syscall"] }
198198
mimalloc-safe = "0.1.49"
199199
nonmax = "0.5.5"
200200
num-bigint = "0.4.6"

0 commit comments

Comments
 (0)