Skip to content

Commit 0a5c7d9

Browse files
committed
fix(toml): Don't crash on parse errors that point to multi-byte character
Fixes #13772
1 parent 7e9c2ef commit 0a5c7d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -97,7 +97,7 @@ tempfile = "3.10.1"
9797
thiserror = "1.0.58"
9898
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.12"
100-
toml_edit = { version = "0.22.9", features = ["serde"] }
100+
toml_edit = { version = "0.22.11", features = ["serde"] }
101101
tracing = "0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102102
tracing-chrome = "0.7.2"
103103
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)