From 591922cea37091ed6a0c304ef504f1fc8f140c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 03:41:42 +0000 Subject: [PATCH] Bump toml from 0.8.6 to 0.8.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.6...toml-v0.8.8) --- 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 7a9e1e0..6400cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,9 +473,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ "serde", "serde_spanned", @@ -494,9 +494,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.7" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 039239d..daba05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ include = [ codecov = { repository = "orium/cargo-rdme", branch = "main", service = "github" } [dependencies] -toml = "0.8.6" +toml = "0.8.8" thiserror = "1.0.50" syn = { version = "2.0.38", features = ["full", "extra-traits"] } proc-macro2 = { version = "1.0.69", features = ["span-locations"] }