From 95978703aae9002d4cd866c7eeabd3c9de3cf195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:43:10 +0000 Subject: [PATCH] Update toml requirement from 0.5 to 0.7 in /cargo-espmonitor Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cargo-espmonitor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-espmonitor/Cargo.toml b/cargo-espmonitor/Cargo.toml index 52847e6..99d2a8f 100644 --- a/cargo-espmonitor/Cargo.toml +++ b/cargo-espmonitor/Cargo.toml @@ -28,4 +28,4 @@ cargo-project = "0.3" clap = { version = "4", features = ["derive"] } espmonitor = { version = "^0.10.1-alpha.1", path = "../espmonitor" } serde = { version = "1", features = ["derive"] } -toml = "0.5" +toml = "0.7"