Skip to content

Commit

Permalink
Auto merge of #13780 - epage:toml, r=weihanglo
Browse files Browse the repository at this point in the history
fix(toml): Don't crash on parse errors that point to multi-byte character

This pulls in toml-rs/toml#713

Fixes #13772
  • Loading branch information
bors committed Apr 19, 2024
2 parents 7e9c2ef + 0a5c7d9 commit b503c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tempfile = "3.10.1"
thiserror = "1.0.58"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.12"
toml_edit = { version = "0.22.9", features = ["serde"] }
toml_edit = { version = "0.22.11", features = ["serde"] }
tracing = "0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
tracing-chrome = "0.7.2"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit b503c83

Please sign in to comment.