Skip to content

fix(deps): update rust crate env_logger to 0.11.0 #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2023

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.10.0 -> 0.11.0

Release Notes

rust-cli/env_logger (env_logger)

v0.11.5

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

Features
  • Experimental support for key-value logging behind unstable-kv

v0.11.2

Compare Source

v0.11.1

Compare Source

Fixes
  • Allow styling with Target::Pipe

v0.11.0

Compare Source

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 anstyle via
Formatter::default_level_style

Breaking Change
  • Removed bespoke styling API
    • env_logger::fmt::Formatter::style
    • env_logger::fmt::Formatter::default_styled_level
    • env_logger::fmt::Style
    • env_logger::fmt::Color
    • env_logger::fmt::StyledValue
  • Removed env_logger::filter in favor of env_filter
Compatibility

MSRV changed to 1.71

Features
  • Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
  • Add support for NO_COLOR and CLICOLOR_FORCE, see https://bixense.com/clicolors/
Fixes
  • Print colors when is_test(true)

v0.10.2

Compare Source

Performance
  • Avoid extra UTF-8 validation performed in some cases
Fixes
  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled

v0.10.1

Compare Source

Performance
  • Avoid hashing directives and accessing RNG on startup
Documentation
  • Tweak RUST_LOG documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 07cdb93 to 1c70c43 Compare November 11, 2023 03:29
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from 64ced0b to 47d12c7 Compare December 4, 2023 22:33
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 09647bf to 4c94b00 Compare January 4, 2024 21:55
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 4 times, most recently from cf2381b to ad14921 Compare January 15, 2024 20:29
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from ad14921 to e71052f Compare January 17, 2024 01:21
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.1 fix(deps): update rust crate env_logger to 0.10.2 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from e71052f to 4500e12 Compare January 18, 2024 02:03
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.2 fix(deps): update rust crate env_logger to 0.11.0 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 4500e12 to 459b8a9 Compare January 19, 2024 21:27
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 459b8a9 to 96a1928 Compare January 27, 2024 08:36
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.0 fix(deps): update rust crate env_logger to 0.11.1 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 96a1928 to 8459c55 Compare February 8, 2024 22:02
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.1 fix(deps): update rust crate env_logger to 0.11.2 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 475d212 to bde6b64 Compare February 16, 2024 18:18
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from bde6b64 to 2584630 Compare March 5, 2024 17:57
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.2 fix(deps): update rust crate env_logger to 0.11.3 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 2584630 to d0bffdc Compare March 6, 2024 21:30
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from d0bffdc to 2bc1072 Compare March 15, 2024 20:22
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 2bc1072 to 1cfd74a Compare March 26, 2024 04:09
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.3 fix(deps): update rust crate env_logger to 0.11.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 1cfd74a to 4e9d190 Compare May 5, 2024 09:41
Copy link
Contributor Author

renovate bot commented May 5, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.11.3
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants