build(deps): bump env_logger from 0.10.0 to 0.11.2
Bumps env_logger from 0.10.0 to 0.11.2.
Release notes
Sourced from env_logger's releases.
v0.11.2
[0.11.2] - 2024-02-13
v0.11.1
What's Changed
- fix(fmt): Fix passing of WriteStyle when using Target::Pipe by
@Bobo1239in rust-cli/env_logger#302New Contributors
@Bobo1239made their first contribution in rust-cli/env_logger#302Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
v0.11.0
What's Changed
- refactor(fmt): More anstream prep by
@epagein rust-cli/env_logger#297- fix(fmt): Improve terminal styling support by
@epagein rust-cli/env_logger#298- refactor: Split out env_filter package by
@epagein rust-cli/env_logger#299- feat(filter): Add a Logger decorator by
@epagein rust-cli/env_logger#300Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
v0.10.2
What's Changed
- refactor: Move impls next to types by
@epagein rust-cli/env_logger#283- chore(deps): update github/codeql-action action to v3 by
@renovatein rust-cli/env_logger#292- chore(deps): update actions/setup-python action to v5 by
@renovatein rust-cli/env_logger#291- fix(fmt): Address a couple of bugs by
@epagein rust-cli/env_logger#296Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2
v0.10.1
What's Changed
- chore(deps): update actions/setup-python action to v4 by
@renovatein rust-cli/env_logger#253- chore(deps): update swatinem/rust-cache action to v2 by
@renovatein rust-cli/env_logger#254- chore(ci): Remove unused CI bin by
@epagein rust-cli/env_logger#262- chore Update from '_rust/main' template by
@epagein rust-cli/env_logger#261- chore: Update from '_rust/main' template by
@epagein rust-cli/env_logger#265- correction of a misprint in the documentation by
@xprgvin rust-cli/env_logger#267- chore: Update from '_rust/main' template by
@epagein rust-cli/env_logger#270- Use cargo add instead of a toml snippet in README by
@rnestlerin rust-cli/env_logger#255- chore(deps): update actions/checkout action to v4 by
@renovatein rust-cli/env_logger#279- docs(ref): Improve scannability of RUST_LOG docs by
@epagein rust-cli/env_logger#282- chore: Update docs and examples to 2018 edition by
@y-yagiin rust-cli/env_logger#260- Update listed version number, URLs, and remove non-functional badge by
@atouchetin rust-cli/env_logger#249- perf: Replace
HashMapwith aVecby@ChrisDentonin rust-cli/env_logger#241New Contributors
@xprgvmade their first contribution in rust-cli/env_logger#267
... (truncated)
Changelog
Sourced from env_logger's changelog.
[0.11.2] - 2024-02-13
[0.11.1] - 2024-01-27
Fixes
- Allow styling with
Target::Pipe[0.11.0] - 2024-01-19
Migration Guide
env_logger::fmt::Style: The bespoke styling API, behind
color, was removed, in favor of accepting any ANSI styled string and adapting it to the target stream's capabilities.Possible styling libraries include:
- anstyle is a minimal, runtime string styling API and is re-exported as
env_logger::fmt::style- owo-colors is a feature rich runtime string styling API
- color-print for feature-rich compile-time styling API
custom_format.rs uses
anstyleviaFormatter::default_level_styleBreaking Change
- Removed bespoke styling API
env_logger::fmt::Formatter::styleenv_logger::fmt::Formatter::default_styled_levelenv_logger::fmt::Styleenv_logger::fmt::Colorenv_logger::fmt::StyledValue- Removed
env_logger::filterin favor ofenv_filterCompatibility
MSRV changed to 1.71
Features
- Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
- Add support for
NO_COLORandCLICOLOR_FORCE, see https://bixense.com/clicolors/Fixes
- Print colors when
is_test(true)[0.10.2] - 2024-01-18
... (truncated)
Commits
b0e3ea9chore: Release522ce17Merge pull request #310 from epage/docsc67579cdocs(fmt): Talk about new styling API62713d1refactor(docs): Use intra-doc links1b0f4dddocs(fmt): Point people to anstyle adapters8bf7499refactor(fmt): Use simplified anstyle formatting5e0566echore: Update anstyle6562f9adocs(changelog): Add migration guide8c94cd5Merge pull request #308 from epage/rustbuild2f636edchore: Remove potentially unused rustbuild cfgs- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign petr-muller for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/e2e | b5a3a485b962df538ddb07262501395aac97b362 | link | true | /test e2e |
| ci/prow/customrust-e2e | b5a3a485b962df538ddb07262501395aac97b362 | link | true | /test customrust-e2e |
| ci/prow/customrust-images | b5a3a485b962df538ddb07262501395aac97b362 | link | true | /test customrust-images |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
rebase
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle rotten /remove-lifecycle stale
@dependabot rebase
/retest
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/e2e | 2f60ec80d00fbc6cc449f346b4220d9b5307715d | link | true | /test e2e |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.
/close
@openshift-bot: Closed this PR.
In response to this:
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting
/reopen. Mark the issue as fresh by commenting/remove-lifecycle rotten. Exclude this issue from closing again by commenting/lifecycle frozen./close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.