From 5c75ecbf8c33ca793036df479b872b0272b2114e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:21:16 +0000 Subject: [PATCH] Update rumqttc requirement from 0.7 to 0.20 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/commits/rumqttc-0.20.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 189b922..4520bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ chrono = { version = "0.4", features = ["serde"] } diesel = { version = "1", features = ["postgres"], optional = true } http = "0.2" log = "0.4" -rumqttc = "0.7" +rumqttc = "0.20" serde = { version = "1.0", features = ["derive" ] } serde_json = "1.0" sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres"], optional = true }