From a85d9ba5b56ecc7b21bf035c14b7a1c97f509558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:44:20 +0000 Subject: [PATCH] Update config requirement from 0.13.3 to 0.14.0 Updates the requirements on [config](https://github.com/mehcode/config-rs) to permit the latest version. - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.3...0.14.0) --- 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 9494adf..1a71b96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] chrono = "0.4.26" -config = { version = "0.13.3", features = ["toml"] } +config = { version = "0.14.0", features = ["toml"] } easy-scraper = "0.2.0" reqwest = { version = "0.11.18" } rumqttc = "0.23.0"