From f25deebd4c6b05dd82f7c66621225af48773d099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:09:17 +0000 Subject: [PATCH] Update rumqttc requirement from 0.24.0 to 0.25.1 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.24.0...rumqttc-0.25.1) --- updated-dependencies: - dependency-name: rumqttc dependency-version: 0.25.1 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 716cb07..16f3897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" chrono = { version = "0.4.38", features = ["serde"] } config = { version = "0.15.7", features = ["toml"] } reqwest = { version = "0.12.9", features = ["json"] } -rumqttc = "0.24.0" +rumqttc = "0.25.1" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" tokio = { version = "1.41.1", features = ["full"] }