Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 32d6108

Browse files
committed
Auto merge of #359 - rust-lang:dependabot/cargo/env_logger-0.9.3, r=JohnTitor
Bump env_logger from 0.9.1 to 0.9.3 Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.1 to 0.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.9.3</h2> <p>Fix a regression from v0.9.2 where <code>env_logger</code> would fail to compile with the <code>termcolor</code> feature turned off.</p> <h2>v0.9.2</h2> <p>Fix and un-deprecate <code>Target::Pipe</code>, which was basically not working at all before and deprecated in 0.9.1.</p> </blockquote> </details> <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/argfile/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/argfile/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/argfile/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/3da11042a1f6a3b0808e52e534d1a39765bdb4ce"><code>3da1104</code></a> Release version 0.9.3</li> <li><a href="https://github.com/rust-cli/env_logger/commit/21f421ca3549aff05ce2490db827a5acbed6d6fc"><code>21f421c</code></a> Make ci package build on 1.41 again</li> <li><a href="https://github.com/rust-cli/env_logger/commit/bdae47c4372f421e80be5230f7626428068be95c"><code>bdae47c</code></a> Fix build breakage in 0.9.2 without termcolor feature</li> <li><a href="https://github.com/rust-cli/env_logger/commit/555cbc2f319e163faef6d27039979b2cee201d73"><code>555cbc2</code></a> Release version 0.9.2</li> <li><a href="https://github.com/rust-cli/env_logger/commit/c89f719621c2660062a4cbbe5ed8bef44837bd4d"><code>c89f719</code></a> Fix clippy lints</li> <li><a href="https://github.com/rust-cli/env_logger/commit/84b701dac94e4135f59f069a8c155bb9b7922788"><code>84b701d</code></a> Change Pipe to always use the test (uncolored) semantics</li> <li><a href="https://github.com/rust-cli/env_logger/commit/9edf205f7c7f0e76887330aebe820a69ebabea08"><code>9edf205</code></a> Revert &quot;Deprecate Target::Pipe since it is broken&quot;</li> <li>See full diff in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.9.1...v0.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=env_logger&package-manager=cargo&previous-version=0.9.1&new-version=0.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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) </details>
2 parents 6dbbcb5 + 141918b commit 32d6108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)