Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 004470f commit 444fc4f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 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 @@ -51,7 +51,7 @@ usbd-serial = "0.2.2"
encdec = { version = "0.9", default-features = false }
crc-any = { version = "2.5.0", default-features = false }
panic-persist = { version = "0.3", features = ["custom-panic-handler", "utf8"] }
miniconf = { version = "0.16", features = ["json-core", "derive", "postcard"]}
miniconf = { version = "0.17", features = ["json-core", "derive", "postcard"]}
miniconf_mqtt = "0.16"
# Note: Keep `py/pyproject.toml` version in sync with the Minimq version used in FW.
minimq = "0.9.0"
Expand Down

0 comments on commit 444fc4f

Please sign in to comment.