From e2608cab6433fcc2cedd8e7384e025b2a5f28f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:16:48 +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 dc442dac..96fa6dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2739,7 +2739,7 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.7.2", + "toml 0.7.3", "toml_edit", "unicode-segmentation", "unicode-width", @@ -3004,9 +3004,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" +checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" dependencies = [ "indexmap", "serde", @@ -3026,9 +3026,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.5" +version = "0.19.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" +checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 42cac2cb..4af76498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,8 +80,8 @@ starship-battery = { version = "0.7.9", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.5" -toml = { version = "0.7.2", features = ["preserve_order"] } -toml_edit = "0.19.5" +toml = { version = "0.7.3", features = ["preserve_order"] } +toml_edit = "0.19.6" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.2"