Merge pull request #450 from crate-ci/dependabot/cargo/toml_edit-0.14.2

chore(deps): Bump toml_edit from 0.13.4 to 0.14.2
This commit is contained in:
Ed Page 2022-04-01 09:34:15 -05:00 committed by GitHub
commit 762fe80c9b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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"