From 530168efd43bc2a18497486ec6dade191b0f20ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:27:32 +0000 Subject: [PATCH] build(deps): bump rust-mqtt from 0.3.1 to 0.4.0 in /crates/tosca-esp32c3 Bumps [rust-mqtt](https://github.com/obabec/rust-mqtt) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/obabec/rust-mqtt/releases) - [Changelog](https://github.com/obabec/rust-mqtt/blob/main/CHANGELOG.md) - [Commits](https://github.com/obabec/rust-mqtt/compare/v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: rust-mqtt dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crates/tosca-esp32c3/Cargo.lock | 8 +++----- crates/tosca-esp32c3/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/crates/tosca-esp32c3/Cargo.lock b/crates/tosca-esp32c3/Cargo.lock index 8ad929f8..dcbc473c 100644 --- a/crates/tosca-esp32c3/Cargo.lock +++ b/crates/tosca-esp32c3/Cargo.lock @@ -1284,14 +1284,12 @@ dependencies = [ [[package]] name = "rust-mqtt" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9d4e054be48b0882a44a0f6c653685ff245404c99ea0d2f7a86b99b743a786a" +checksum = "62317fa1ee34a89a8307fd8a5fd59a3c4c63e48aa332b351b7bdb84e7377b5c0" dependencies = [ - "embedded-io 0.6.1", - "embedded-io-async 0.6.1", + "embedded-io-async 0.7.0", "heapless 0.9.2", - "rand_core 0.9.3", ] [[package]] diff --git a/crates/tosca-esp32c3/Cargo.toml b/crates/tosca-esp32c3/Cargo.toml index f54b3541..1ba1c171 100644 --- a/crates/tosca-esp32c3/Cargo.toml +++ b/crates/tosca-esp32c3/Cargo.toml @@ -59,7 +59,7 @@ esp-radio.features = ["esp-alloc", "esp32c3", "log-04", "wifi"] log.version = "0.4.29" # Mqtt protocol -rust-mqtt.version = "0.3.1" +rust-mqtt.version = "0.4.0" rust-mqtt.default-features = false # Serialization process