From c7163dff54f063f1ecdbfccbd890e17e62c84f53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:34:40 +0000 Subject: [PATCH] build(deps): update rust crate toml to 0.7.8 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23528bad..68552195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.7.7", + "toml 0.7.8", "toml_edit", "unicode-segmentation", "unicode-width", @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index d774c007..85b798f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ starship-battery = { version = "0.8.2", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.6" -toml = { version = "0.7.7", features = ["preserve_order"] } +toml = { version = "0.7.8", features = ["preserve_order"] } toml_edit = "0.19.15" unicode-segmentation = "1.10.1" unicode-width = "0.1.10"