Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump config from 0.13.4 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [config](https://github.com/mehcode/config-rs) from 0.13.4 to 0.14.0.
- [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
- [Commits](mehcode/config-rs@v0.13.4...0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 81749c7 commit a0030b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clap = { version = "4.4", default-features = false, features = [
"std",
"usage",
] }
config = { version = "0.13", default-features = false, features = ["toml"] }
config = { version = "0.14", default-features = false, features = ["toml"] }
console-subscriber = { version = "0.2", default-features = false, features = [
"parking_lot",
], optional = true }
Expand Down

0 comments on commit a0030b2

Please sign in to comment.