Skip to content

Commit

Permalink
Auto merge of rust-lang#14324 - epage:toml, r=ehuss
Browse files Browse the repository at this point in the history
chore: Update toml

This brings performance improvements and an error message fix
  • Loading branch information
bors committed Jul 30, 2024
2 parents 62f2d3b + 9f61ab9 commit 257b72b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ tar = { version = "0.4.41", default-features = false }
tempfile = "3.10.1"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["parsing", "formatting", "serde"] }
toml = "0.8.16"
toml_edit = { version = "0.22.17", features = ["serde"] }
toml = "0.8.17"
toml_edit = { version = "0.22.18", features = ["serde"] }
tracing = { version = "0.1.40", default-features = false, features = ["std"] } # 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 257b72b

Please sign in to comment.