Updates the requirements on env_logger to permit the latest version.
Release notes
*Sourced from [env_logger's releases](https://github.com/sebasmagri/env_logger/releases).*
> ## 0.7.1
> # Key Changes
>
> - More thread-local durability
>
> # Contributions
>
> - [@divergentdave](https://github.com/divergentdave) [Thread local fallback](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/146)
Commits
- [`68a1700`](https://github.com/sebasmagri/env_logger/commit/68a170094649c48c6ce7471acf3a33fd2799541c) Merge pull request [#147](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/147) from KodrAus/cargo/0.7.1
- [`e4a203b`](https://github.com/sebasmagri/env_logger/commit/e4a203bcb51f3fc6f0003b42520302fd4888a481) prepare for 0.7.1 release
- [`87496cf`](https://github.com/sebasmagri/env_logger/commit/87496cfd5e52bad49fbd1f472fe7ed25e4208702) Merge pull request [#146](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/146) from divergentdave/thread-local-fallback
- [`ecfc941`](https://github.com/sebasmagri/env_logger/commit/ecfc941640f87aebcdb21a0622c319c5f29864fe) Refactor log()
- [`477f68f`](https://github.com/sebasmagri/env_logger/commit/477f68fae377717fbdc781ac8177df1c4c8dd945) Add a fallback for when TLS is unavailable
- [`29b9830`](https://github.com/sebasmagri/env_logger/commit/29b98302613bce36a92acba464502d613b9b1034) Add failing test of log statement during TLS dtors
- [`424f031`](https://github.com/sebasmagri/env_logger/commit/424f03167401b0cff8f3da8424adc3dc1e7683d0) Merge pull request [#143](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/143) from KodrAus/cargo/0.7.0
- [`058655e`](https://github.com/sebasmagri/env_logger/commit/058655eb6875414debae568c0346038eca83c1fe) prepare for 0.7.0 release
- [`bfac641`](https://github.com/sebasmagri/env_logger/commit/bfac6411adb05b7587b5de4acea0d5c3044ef029) Merge pull request [#142](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/142) from KodrAus/feat/2018
- [`ef10fa5`](https://github.com/sebasmagri/env_logger/commit/ef10fa512ab253ca86cbb9f8f95731b64aadf323) use specific log version
- Additional commits viewable in [compare view](https://github.com/sebasmagri/env_logger/compare/v0.6.0...v0.7.1)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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)
Updates the requirements on env_logger to permit the latest version.
Release notes
*Sourced from [env_logger's releases](https://github.com/sebasmagri/env_logger/releases).* > ## 0.7.1 > # Key Changes > > - More thread-local durability > > # Contributions > > - [@divergentdave](https://github.com/divergentdave) [Thread local fallback](https://github-redirect.dependabot.com/sebasmagri/env_logger/pull/146)Commits
- [`68a1700`](https://github.com/sebasmagri/env_logger/commit/68a170094649c48c6ce7471acf3a33fd2799541c) Merge pull request [#147](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/147) from KodrAus/cargo/0.7.1 - [`e4a203b`](https://github.com/sebasmagri/env_logger/commit/e4a203bcb51f3fc6f0003b42520302fd4888a481) prepare for 0.7.1 release - [`87496cf`](https://github.com/sebasmagri/env_logger/commit/87496cfd5e52bad49fbd1f472fe7ed25e4208702) Merge pull request [#146](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/146) from divergentdave/thread-local-fallback - [`ecfc941`](https://github.com/sebasmagri/env_logger/commit/ecfc941640f87aebcdb21a0622c319c5f29864fe) Refactor log() - [`477f68f`](https://github.com/sebasmagri/env_logger/commit/477f68fae377717fbdc781ac8177df1c4c8dd945) Add a fallback for when TLS is unavailable - [`29b9830`](https://github.com/sebasmagri/env_logger/commit/29b98302613bce36a92acba464502d613b9b1034) Add failing test of log statement during TLS dtors - [`424f031`](https://github.com/sebasmagri/env_logger/commit/424f03167401b0cff8f3da8424adc3dc1e7683d0) Merge pull request [#143](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/143) from KodrAus/cargo/0.7.0 - [`058655e`](https://github.com/sebasmagri/env_logger/commit/058655eb6875414debae568c0346038eca83c1fe) prepare for 0.7.0 release - [`bfac641`](https://github.com/sebasmagri/env_logger/commit/bfac6411adb05b7587b5de4acea0d5c3044ef029) Merge pull request [#142](https://github-redirect.dependabot.com/sebasmagri/env_logger/issues/142) from KodrAus/feat/2018 - [`ef10fa5`](https://github.com/sebasmagri/env_logger/commit/ef10fa512ab253ca86cbb9f8f95731b64aadf323) use specific log version - Additional commits viewable in [compare view](https://github.com/sebasmagri/env_logger/compare/v0.6.0...v0.7.1)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)