Skip to content

Commit

Permalink
Bump miniconf from 0.17.1 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [miniconf](https://github.com/quartiq/miniconf) from 0.17.1 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.1...v0.18.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 Nov 25, 2024
1 parent 43f15be commit b68f553
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
42 changes: 34 additions & 8 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 @@ -62,7 +62,7 @@ bytemuck = { version = "1.19.0", features = [
"derive",
], default-features = false }
# Note: Keep in-sync with `py/setup.py`
miniconf = { version = "0.17", features = ["json-core", "derive", "postcard"] }
miniconf = { version = "0.18", features = ["json-core", "derive", "postcard"] }
miniconf_mqtt = { version = "0.17" }
strum = { version = "0.26.1", default-features = false, features = ["derive"] }
serial-settings = "0.1"
Expand Down

0 comments on commit b68f553

Please sign in to comment.