From fe0aaf79182f45b00729615c08e6a57cad56008c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 08:42:04 +0000 Subject: [PATCH] build(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 bbd4b5e..068e8bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3958,9 +3958,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", @@ -3979,9 +3979,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 04355ea..a9162f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ spdx = "0.10.2" tar = "0.4.40" tempfile = "3.8.0" time = { version = "0.3.28", features = ["parsing", "serde"] } -toml = { version = "0.7.6", default-features = false, features = ["parse"] } +toml = { version = "0.7.7", default-features = false, features = ["parse"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } url = "2.4.1"