From 24388351fb679c929c1b5d242286365522f5e65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:09:17 +0000 Subject: [PATCH] Update rumqttc requirement from 0.23.0 to 0.24.0 Updates the requirements on [rumqttc](https://github.com/bytebeamio/rumqtt) to permit the latest version. - [Release notes](https://github.com/bytebeamio/rumqtt/releases) - [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytebeamio/rumqtt/compare/rumqttc-0.23.0...rumqttc-0.24.0) --- updated-dependencies: - dependency-name: rumqttc 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 804cba6c..d059ad4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ chrono = "0.4.34" env_logger = "0.11.2" hms2mqtt = { path = "hms2mqtt" } log = "0.4.20" -rumqttc = "0.23.0" +rumqttc = "0.24.0" serde = { version = "1.0.196", features = ["derive"] } serde_derive = "1.0.196" toml = "0.8.10"