From 6d12ae58f9f5854c94e0285689ddf08def988a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:54:36 +0000 Subject: [PATCH] Update toml requirement from 0.5.6 to 0.8.5 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.5.10...toml-v0.8.5) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- structopt-toml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structopt-toml/Cargo.toml b/structopt-toml/Cargo.toml index c81108b..90ee96b 100644 --- a/structopt-toml/Cargo.toml +++ b/structopt-toml/Cargo.toml @@ -21,7 +21,7 @@ default = ["clap/default", "structopt/default"] [dependencies] clap = { version = "2.33.0", default-features = false } anyhow = "1.0.42" -toml = "0.5.6" +toml = "0.8.5" serde = "1.0.104" serde_derive = "1.0.104" structopt = { version = "0.3.11", default-features = false }