Skip to content

Commit

Permalink
Merge #1373
Browse files Browse the repository at this point in the history
1373: Update `toml_edit` to 0.16.0 r=messense a=messense

https://github.com/toml-rs/toml/blob/main/crates/toml_edit/CHANGELOG.md#0160---2022-12-23

Co-authored-by: messense <[email protected]>
  • Loading branch information
bors[bot] and messense authored Dec 24, 2022
2 parents 09f7ac7 + 6878a19 commit 778ee17
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 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 @@ -35,7 +35,7 @@ serde_json = "1.0.80"
sha2 = "0.10.3"
tar = "0.4.38"
tempfile = "3.2.0"
toml_edit = { version = "0.15.0", features = ["easy"] }
toml_edit = { version = "0.16.0", features = ["easy"] }
zip = { version = "0.6.1", default-features = false, features = ["bzip2", "deflate", "time"] }
thiserror = "1.0.37"
dirs = "4.0.0"
Expand Down

0 comments on commit 778ee17

Please sign in to comment.