From 0ef4e7f4a8cb03469bf7072c7005b842cb21e2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:04:07 +0000 Subject: [PATCH] build(deps): bump rumqttc from 0.17.0 to 0.18.0 Bumps [rumqttc](https://github.com/bytebeamio/rumqtt) from 0.17.0 to 0.18.0. - [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) --- updated-dependencies: - dependency-name: rumqttc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++-------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5040db0..25d012b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,12 +192,6 @@ dependencies = [ "spin 0.9.4", ] -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - [[package]] name = "futures" version = "0.3.25" @@ -315,17 +309,6 @@ dependencies = [ "libc", ] -[[package]] -name = "http" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" -dependencies = [ - "bytes", - "fnv", - "itoa 0.4.8", -] - [[package]] name = "humantime" version = "2.1.0" @@ -696,14 +679,13 @@ dependencies = [ [[package]] name = "rumqttc" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "499b7ab08ffa5a722958b6ce1b7c0270bea30909f589d12c5ec3a051afe423fc" +checksum = "1514bbc994fc9f36ab7f7ae067b3e4758c717aff7a06c4818c6787cad8b086e1" dependencies = [ "bytes", "flume", "futures", - "http", "log", "pollster", "rustls-native-certs", diff --git a/Cargo.toml b/Cargo.toml index e1beea9..530b9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0" clap = {version = "4.0", features = ["derive"]} -rumqttc = "0.17" +rumqttc = "0.18" rdkafka = {version = "0.29", features = ["cmake-build"]}