Skip to content

Commit

Permalink
build(deps): bump miniconf_mqtt from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [miniconf_mqtt](https://github.com/quartiq/miniconf) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/quartiq/miniconf/releases)
- [Changelog](https://github.com/quartiq/miniconf/blob/main/CHANGELOG.md)
- [Commits](quartiq/miniconf@v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent c6ec93d commit bdd1459
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 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 @@ -67,7 +67,7 @@ usb-device = "0.3.2"
usbd-serial = "0.2"
# Keep this synced with the miniconf version in py/setup.py
miniconf = { version = "0.17", features = ["json-core", "derive", "postcard"] }
miniconf_mqtt = { version = "0.17" }
miniconf_mqtt = { version = "0.18" }
tca9539 = "0.2"
smoltcp-nal = { version = "0.5", features = ["shared-stack"] }
postcard = "1"
Expand Down

0 comments on commit bdd1459

Please sign in to comment.