From 2279ee1016b73234f5ef7d13f3898d349e42d4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 12:48:03 -0400 Subject: [PATCH] build: bump toml_edit from 0.14.3 to 0.14.4 (#4014) 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 7b0d59cd..c7638240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,9 +2343,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705" +checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 97068eca..9fce9339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ strsim = "0.10.0" sys-info = "0.9.1" terminal_size = "0.1.17" toml = { version = "0.5.9", features = ["preserve_order"] } -toml_edit = "0.14.3" +toml_edit = "0.14.4" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0"