Skip to content

Commit

Permalink
Bump paho-mqtt from 0.12.5 to 0.13.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.rust) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/eclipse/paho.mqtt.rust/releases)
- [Changelog](https://github.com/eclipse-paho/paho.mqtt.rust/blob/master/CHANGELOG.md)
- [Commits](eclipse-paho/paho.mqtt.rust@v0.12.5...v0.13.0)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent ef39cc7 commit c37ef64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-std = "^1.13.0"
futures = "^0.3"
paho-mqtt = "^0.12"
paho-mqtt = "^0.13"
env_logger = "^0.11"
serde_json = "^1.0"
serde = { version = "^1.0", features = ["derive"] }
Expand Down

0 comments on commit c37ef64

Please sign in to comment.