Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
build(deps): bump config from 0.13.4 to 0.14.0 (#22)
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](rust-cli/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent e87cb7c commit f6fe58f
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 32 deletions.
171 changes: 140 additions & 31 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 @@ -11,6 +11,6 @@ repository = "https://github.com/hseeberger/configured"
documentation = "https://docs.rs/configured/latest/configured"

[dependencies]
config = { version = "0.13" }
config = { version = "0.14" }
serde = { version = "1.0", features = [ "derive" ] }
thiserror = { version = "1.0" }

0 comments on commit f6fe58f

Please sign in to comment.