From 3ce296252e1a73aea08e43289efac58ad93f2e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:21:04 +0100 Subject: [PATCH] Update toml requirement from 0.7.6 to 0.8.0 (#688) Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33911d6b..c93ac3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ libcnb-data = { version = "=0.14.0", path = "libcnb-data" } libcnb-package = { version = "=0.14.0", path = "libcnb-package" } libcnb-proc-macros = { version = "=0.14.0", path = "libcnb-proc-macros" } libcnb-test = { version = "=0.14.0", path = "libcnb-test" } -toml = { version = "0.7.6" } +toml = { version = "0.8.0" }