diff --git a/Cargo.lock b/Cargo.lock index 5040db0..5d75778 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.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "499b7ab08ffa5a722958b6ce1b7c0270bea30909f589d12c5ec3a051afe423fc" +checksum = "9e17ff7ccc0a8d360c7d5cc8f282604a5592133efbefa47cb62cc2e7df91a65d" dependencies = [ "bytes", "flume", "futures", - "http", "log", "pollster", "rustls-native-certs", diff --git a/Cargo.toml b/Cargo.toml index e1beea9..b7f2ca3 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.19" rdkafka = {version = "0.29", features = ["cmake-build"]}