From 4b63d0ed1c477b79039979279129f2a32eb6c91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:37:28 +0000 Subject: [PATCH] Update config requirement from 0.14.1 to 0.15.4 Updates the requirements on [config](https://github.com/rust-cli/config-rs) to permit the latest version. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.14.1...v0.15.4) --- updated-dependencies: - dependency-name: config dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07cb771..2a6e673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] chrono = { version = "0.4.38", features = ["serde"] } -config = { version = "0.14.1", features = ["toml"] } +config = { version = "0.15.4", features = ["toml"] } reqwest = { version = "0.12.9", features = ["json"] } rumqttc = "0.24.0" serde = { version = "1.0.215", features = ["derive"] }