Changelog
*Sourced from [config's changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md).*
> ## 0.9.2 - 2019-01-03
> - Support reading `enum`s from configuration. [#85]
> - Improvements to error path (attempting to propagate path). [#89]
> - Fix UB in monomorphic expansion. We weren't re-exporting dependent types. [#91]
>
> [#85]: https://github-redirect.dependabot.com/mehcode/config-rs/pull/85
> [#89]: https://github-redirect.dependabot.com/mehcode/config-rs/pull/89
> [#91]: https://github-redirect.dependabot.com/mehcode/config-rs/issues/91
Commits
- [`af87f00`](https://github.com/mehcode/config-rs/commit/af87f00873274c01b37b0281dd634a58871bba8c) (cargo-release) version 0.9.2
- [`fad4f9f`](https://github.com/mehcode/config-rs/commit/fad4f9fa44f072a86f27db495f70e94ca84e99ef) Update CHANGELOG
- [`db16b68`](https://github.com/mehcode/config-rs/commit/db16b68afe2f44af5cda86f7495e8fd405a819db) Re-export file source type markers (fixes [#91](https://github-redirect.dependabot.com/mehcode/config-rs/issues/91))
- [`e23aa29`](https://github.com/mehcode/config-rs/commit/e23aa2941a245596a5b21dd990e087dde42ad68a) Update CHANGELOG
- [`2739034`](https://github.com/mehcode/config-rs/commit/273903490c33fdff0f6ed7a5d9a278c279ad0a61) Merge pull request [#90](https://github-redirect.dependabot.com/mehcode/config-rs/issues/90) from boredstiff/patch-1
- [`c744865`](https://github.com/mehcode/config-rs/commit/c7448652727de308a3830f78408fc20e759b782a) Merge pull request [#89](https://github-redirect.dependabot.com/mehcode/config-rs/issues/89) from vorner/err-path
- [`f81c1ed`](https://github.com/mehcode/config-rs/commit/f81c1ed2571a9754e000e4ccc09c023de22ba30e) Update example deprecated method
- [`85f9735`](https://github.com/mehcode/config-rs/commit/85f9735978433c9d49a24f51fa76b28f45beeb7c) Tracking a path where an error happens during deserialization
- [`2eca1ad`](https://github.com/mehcode/config-rs/commit/2eca1ad50c899f52c7a589105180f85817f94049) Deserializing: Simplify the MapAccess thing
- [`05bc8de`](https://github.com/mehcode/config-rs/commit/05bc8dee889dd95663a3441bd58fb5abdf322d9e) Merge pull request [#87](https://github-redirect.dependabot.com/mehcode/config-rs/issues/87) from geniusisme/genius_isme/bump_hjson
- Additional commits viewable in [compare view](https://github.com/mehcode/config-rs/compare/0.9.1...0.9.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps config from 0.9.1 to 0.9.2.
Changelog
*Sourced from [config's changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md).* > ## 0.9.2 - 2019-01-03 > - Support reading `enum`s from configuration. [#85] > - Improvements to error path (attempting to propagate path). [#89] > - Fix UB in monomorphic expansion. We weren't re-exporting dependent types. [#91] > > [#85]: https://github-redirect.dependabot.com/mehcode/config-rs/pull/85 > [#89]: https://github-redirect.dependabot.com/mehcode/config-rs/pull/89 > [#91]: https://github-redirect.dependabot.com/mehcode/config-rs/issues/91Commits
- [`af87f00`](https://github.com/mehcode/config-rs/commit/af87f00873274c01b37b0281dd634a58871bba8c) (cargo-release) version 0.9.2 - [`fad4f9f`](https://github.com/mehcode/config-rs/commit/fad4f9fa44f072a86f27db495f70e94ca84e99ef) Update CHANGELOG - [`db16b68`](https://github.com/mehcode/config-rs/commit/db16b68afe2f44af5cda86f7495e8fd405a819db) Re-export file source type markers (fixes [#91](https://github-redirect.dependabot.com/mehcode/config-rs/issues/91)) - [`e23aa29`](https://github.com/mehcode/config-rs/commit/e23aa2941a245596a5b21dd990e087dde42ad68a) Update CHANGELOG - [`2739034`](https://github.com/mehcode/config-rs/commit/273903490c33fdff0f6ed7a5d9a278c279ad0a61) Merge pull request [#90](https://github-redirect.dependabot.com/mehcode/config-rs/issues/90) from boredstiff/patch-1 - [`c744865`](https://github.com/mehcode/config-rs/commit/c7448652727de308a3830f78408fc20e759b782a) Merge pull request [#89](https://github-redirect.dependabot.com/mehcode/config-rs/issues/89) from vorner/err-path - [`f81c1ed`](https://github.com/mehcode/config-rs/commit/f81c1ed2571a9754e000e4ccc09c023de22ba30e) Update example deprecated method - [`85f9735`](https://github.com/mehcode/config-rs/commit/85f9735978433c9d49a24f51fa76b28f45beeb7c) Tracking a path where an error happens during deserialization - [`2eca1ad`](https://github.com/mehcode/config-rs/commit/2eca1ad50c899f52c7a589105180f85817f94049) Deserializing: Simplify the MapAccess thing - [`05bc8de`](https://github.com/mehcode/config-rs/commit/05bc8dee889dd95663a3441bd58fb5abdf322d9e) Merge pull request [#87](https://github-redirect.dependabot.com/mehcode/config-rs/issues/87) from geniusisme/genius_isme/bump_hjson - Additional commits viewable in [compare view](https://github.com/mehcode/config-rs/compare/0.9.1...0.9.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.