Merge pull request #418 from crate-ci/dependabot/cargo/toml_edit-0.13.4

chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
This commit is contained in:
Ed Page 2022-02-01 07:14:18 -06:00 committed by GitHub
commit edd7eb17c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1479,9 +1479,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.13.0"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8"
checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
dependencies = [
"combine",
"indexmap",
@ -1566,7 +1566,7 @@ dependencies = [
"proc-exit",
"serde",
"serde_json",
"toml_edit 0.13.0",
"toml_edit 0.13.4",
"trycmd",
"typed-arena",
"typos",

View file

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