From ecca2d3de19580cb3b56b89a3aa831bda294879d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:03:21 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.8.5 to 0.8.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.5 to 0.8.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.5...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 8c4cc59..8073184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,9 +973,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.5" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ "serde", "serde_spanned", @@ -994,9 +994,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.5" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 904328f..d24c3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ clap_mangen = "0.2.15" assert_cmd = "2.0.12" rustympkglib = "0.1.1" serde = "1.0.195" -toml = "0.8.5" +toml = "0.8.8"