Changelog
*Sourced from [config's changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md).*
> ## 0.9.3 - 2019-05-09
> - Support deserializing to a struct with `#[serde(default)]` [#106]
>
> [#106]: [#106](https://github-redirect.dependabot.com/mehcode/config-rs/pull/106)
Commits
- [`e849794`](https://github.com/mehcode/config-rs/commit/e84979415a2b3a68734bc26c3228aa326dc33e3c) (cargo-release) version 0.9.3
- [`834480a`](https://github.com/mehcode/config-rs/commit/834480a46c9c7b3b4b0e467b592ecc209e15b84c) Remove try_defaults_from and set_defaults (for now) as '#[serde(default)]' wo...
- [`c03fd36`](https://github.com/mehcode/config-rs/commit/c03fd36f4929bcb0a0bfa8ff601cb35ffb95106e) Merge pull request [#106](https://github-redirect.dependabot.com/mehcode/config-rs/issues/106) from tyranron/60-fix-defaults
- [`a1eecd0`](https://github.com/mehcode/config-rs/commit/a1eecd00447b66e98bf47b922228a714a3b06782) Add missing doc
- [`37403d0`](https://github.com/mehcode/config-rs/commit/37403d00d2dcd8c5ceca4ab7f40ef704c6df32d8) Fix annoying 'invalid type: unit value, expected struct Settings' error
- [`9b0aa73`](https://github.com/mehcode/config-rs/commit/9b0aa7362c21b01376739a013126a9db3ce355bc) Bootstrap solution
- [`2502fbc`](https://github.com/mehcode/config-rs/commit/2502fbcce7295c56efd9825a14748d98f76ef613) Update README.md
- See full diff in [compare view](https://github.com/mehcode/config-rs/compare/0.9.2...0.9.3)
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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.2 to 0.9.3.
Changelog
*Sourced from [config's changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md).* > ## 0.9.3 - 2019-05-09 > - Support deserializing to a struct with `#[serde(default)]` [#106] > > [#106]: [#106](https://github-redirect.dependabot.com/mehcode/config-rs/pull/106)Commits
- [`e849794`](https://github.com/mehcode/config-rs/commit/e84979415a2b3a68734bc26c3228aa326dc33e3c) (cargo-release) version 0.9.3 - [`834480a`](https://github.com/mehcode/config-rs/commit/834480a46c9c7b3b4b0e467b592ecc209e15b84c) Remove try_defaults_from and set_defaults (for now) as '#[serde(default)]' wo... - [`c03fd36`](https://github.com/mehcode/config-rs/commit/c03fd36f4929bcb0a0bfa8ff601cb35ffb95106e) Merge pull request [#106](https://github-redirect.dependabot.com/mehcode/config-rs/issues/106) from tyranron/60-fix-defaults - [`a1eecd0`](https://github.com/mehcode/config-rs/commit/a1eecd00447b66e98bf47b922228a714a3b06782) Add missing doc - [`37403d0`](https://github.com/mehcode/config-rs/commit/37403d00d2dcd8c5ceca4ab7f40ef704c6df32d8) Fix annoying 'invalid type: unit value, expected struct Settings' error - [`9b0aa73`](https://github.com/mehcode/config-rs/commit/9b0aa7362c21b01376739a013126a9db3ce355bc) Bootstrap solution - [`2502fbc`](https://github.com/mehcode/config-rs/commit/2502fbcce7295c56efd9825a14748d98f76ef613) Update README.md - See full diff in [compare view](https://github.com/mehcode/config-rs/compare/0.9.2...0.9.3)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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.