From 3e66ac4a54ed8890ef90e106300223d07d302e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:37:43 +0100 Subject: [PATCH] build: bump toml_edit from 0.13.3 to 0.13.4 (#3549) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.3 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.3...v0.13.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca50e83c..cb2bd352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,9 +1831,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a0e86b53683f540d6920ba1a9ac4648b389d28e7eb12ddd202687f132364c5f" +checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 84eecabf..3308eac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ strsim = "0.10.0" sys-info = "0.9.1" terminal_size = "0.1.17" toml = { version = "0.5.8", features = ["preserve_order"] } -toml_edit = "0.13.3" +toml_edit = "0.13.4" unicode-segmentation = "1.8.0" unicode-width = "0.1.9" urlencoding = "2.1.0"