From 6fee471b01b12bc7069915e2adaadae8a21bff2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:22:38 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.7.6 to 0.7.7 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.7.7. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce6ddbb..74d5844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,9 +888,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 = [ "serde", "serde_spanned", @@ -909,9 +909,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", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9089e51..e9b18ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ clap_mangen = "0.2.13" assert_cmd = "2.0.12" rustympkglib = "0.1.1" serde = "1.0.188" -toml = "0.7.6" +toml = "0.7.7"