From 1f6d8c9492de30ca32f033f9dd132b476a6572a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:42:06 +0000 Subject: [PATCH] chore: Bump toml from 0.7.8 to 0.8.1 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.1. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.1) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95daadc..f43885c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,7 @@ dependencies = [ "serde", "shellexpand", "tinytemplate", - "toml", + "toml 0.8.1", "unicode-width", ] @@ -1376,7 +1376,7 @@ dependencies = [ "cfg-expr", "heck", "pkg-config", - "toml", + "toml 0.7.8", "version-compare", ] @@ -1435,7 +1435,19 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit", + "toml_edit 0.19.15", +] + +[[package]] +name = "toml" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.20.1", ] [[package]] @@ -1460,6 +1472,19 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" +dependencies = [ + "indexmap", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "typenum" version = "1.16.0" diff --git a/Cargo.toml b/Cargo.toml index 3ba469e..53afecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ colorsys = "0.6.7" rust-embed = "8.0.0" shellexpand = "3.1.0" hex-literal = "0.4.1" -toml = "0.7.8" +toml = "0.8.1" dirs-next = "2.0.0" clap_complete = "4.4.1" tinytemplate = "1.2.1"