From bd07b847a5f0a590ac385d565c21ea90e7b5e77c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 04:35:32 +0000 Subject: [PATCH] build(deps): update toml crates --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2575f8f4..23528bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.7.6", + "toml 0.7.7", "toml_edit", "unicode-segmentation", "unicode-width", @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" dependencies = [ "indexmap 2.0.0", "serde", @@ -3326,9 +3326,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 00c6f2a9..d774c007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,8 +80,8 @@ 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.6", features = ["preserve_order"] } -toml_edit = "0.19.14" +toml = { version = "0.7.7", features = ["preserve_order"] } +toml_edit = "0.19.15" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.3"