chore(deps): Bump toml_edit from 0.13.4 to 0.14.2

Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.4 to 0.14.2.
- [Release notes](https://github.com/ordian/toml_edit/releases)
- [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ordian/toml_edit/compare/v0.13.4...v0.14.2)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-01 07:02:31 +00:00 committed by GitHub
parent a787633041
commit 016eb915bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

16
Cargo.lock generated
View file

@ -1488,6 +1488,18 @@ dependencies = [
"serde", "serde",
] ]
[[package]]
name = "toml_edit"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e793cd7300306ebefde30a6282a9016899b7bad63799511253d95518a62bcd"
dependencies = [
"combine",
"indexmap",
"itertools",
"serde",
]
[[package]] [[package]]
name = "trycmd" name = "trycmd"
version = "0.13.3" version = "0.13.3"
@ -1501,7 +1513,7 @@ dependencies = [
"serde", "serde",
"shlex", "shlex",
"snapbox", "snapbox",
"toml_edit", "toml_edit 0.13.4",
] ]
[[package]] [[package]]
@ -1557,7 +1569,7 @@ dependencies = [
"proc-exit", "proc-exit",
"serde", "serde",
"serde_json", "serde_json",
"toml_edit", "toml_edit 0.14.2",
"trycmd", "trycmd",
"typed-arena", "typed-arena",
"typos", "typos",

View file

@ -68,7 +68,7 @@ clap = "3.1"
clap-verbosity-flag = "1.0" clap-verbosity-flag = "1.0"
ignore = "0.4" ignore = "0.4"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
toml_edit = { version = "0.13.4", features = ["easy"] } toml_edit = { version = "0.14.2", features = ["easy"] }
log = "0.4" log = "0.4"
env_logger = { version = "0.9", default-features = false, features = ["termcolor"] } env_logger = { version = "0.9", default-features = false, features = ["termcolor"] }
atty = "0.2.14" atty = "0.2.14"