From 68c1854b4e425bd821b602d832cd7acfc65035b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:00:11 +0200 Subject: [PATCH] build(deps): update toml crates (#5493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8a2e018..e38cfffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2787,8 +2787,8 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.8.0", - "toml_edit 0.20.0", + "toml 0.8.2", + "toml_edit 0.20.2", "unicode-segmentation", "unicode-width", "urlencoding", @@ -3042,15 +3042,15 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "indexmap 2.0.2", "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.20.0", + "toml_edit 0.20.2", ] [[package]] @@ -3075,9 +3075,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap 2.0.2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 698eea85..e317a707 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.3.0" -toml = { version = "0.8.0", features = ["preserve_order"] } -toml_edit = "0.20.0" +toml = { version = "0.8.2", features = ["preserve_order"] } +toml_edit = "0.20.2" unicode-segmentation = "1.10.1" unicode-width = "0.1.11" urlencoding = "2.1.3"