From d69e5c3a2f5ce5ca83813da7903abbaa3569fb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 07:02:43 +0000 Subject: [PATCH] chore(deps): Bump toml_edit from 0.13.0 to 0.13.4 Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.0 to 0.13.4. - [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.0...v0.13.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 594c1a0..45270a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index b86e705..61b585f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"