Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update env_logger requirement from 0.9.0 to 0.10.1 (#21)
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1">0.10.1</a> - 2023-11-10</h2> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0">0.10.0</a> - 2022-11-24</h2> <p>MSRV changed to 1.60 to hide optional dependencies</p> <h3>Fixes</h3> <ul> <li>Resolved soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> <h3>Breaking Changes</h3> <p>To open room for changing dependencies:</p> <ul> <li>Renamed <code>termcolor</code> feature to <code>color</code></li> <li>Renamed <code>atty</code> feature to <code>auto-color</code></li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3">0.9.3</a> - 2022-11-07</h2> <ul> <li>Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.</li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.2">0.9.2</a> - 2022-11-07</h2> <ul> <li>Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.</li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.8.4...v0.9.0">0.9.0</a> -- 2022-07-14</h2> <h3>Breaking Changes</h3> <ul> <li>Default message format now prints the target instead of the module</li> </ul> <h3>Improvements</h3> <ul> <li>Added a method to print the module instead of the target</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/36623f573b13cc2ca7a041d052c858c2ac8da378"><code>36623f5</code></a> chore: Release env_logger version 0.10.1</li> <li><a href="https://github.com/rust-cli/env_logger/commit/8a033d84385a27eb70665a697411827c7484705e"><code>8a033d8</code></a> chore: Fix packaging</li> <li><a href="https://github.com/rust-cli/env_logger/commit/9df7e6c081d58edf86daf73666f0ad33fc44b0d4"><code>9df7e6c</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/241">#241</a> from ChrisDenton/simple-insert</li> <li><a href="https://github.com/rust-cli/env_logger/commit/46ccdd94f532d125d6d2a95a9293f711d8399d5f"><code>46ccdd9</code></a> perf: Replace <code>HashMap</code> with a <code>Vec</code></li> <li><a href="https://github.com/rust-cli/env_logger/commit/bdc96a421fe2027cb842e5732b04f8e62593f496"><code>bdc96a4</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/249">#249</a> from atouchet/v10</li> <li><a href="https://github.com/rust-cli/env_logger/commit/983837c47b4c05a6103ff6a5a5f6dabc42a2007b"><code>983837c</code></a> Update links and remove broken badge</li> <li><a href="https://github.com/rust-cli/env_logger/commit/dcd220dfaf1d731d7649d24807009a7229f5e2f2"><code>dcd220d</code></a> Update listed version number</li> <li><a href="https://github.com/rust-cli/env_logger/commit/36b1508ea10e29bbb007d51a2f61b7f58d66c556"><code>36b1508</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/260">#260</a> from y-yagi/2018-edition</li> <li><a href="https://github.com/rust-cli/env_logger/commit/6f64347c6a8645ef618f8b61dad37a53855c7fa3"><code>6f64347</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/282">#282</a> from epage/syntax</li> <li><a href="https://github.com/rust-cli/env_logger/commit/b29735781a9f0d057a9cf13eb3cadf858a6c71de"><code>b297357</code></a> chore: Update docs and examples to 2018 edition</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information