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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2022

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.9.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

v0.10.0

Compare Source

MSRV changed to 1.60 to hide optional dependencies

Fixes
  • Resolved soundness issue by switching from atty to is-terminal
Breaking Changes

To open room for changing dependencies:

  • Renamed termcolor feature to color
  • Renamed atty feature to auto-color

v0.9.3

Compare Source

  • Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.

v0.9.2

Compare Source

  • Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.

v0.9.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Dependency Upgrades from Renovate Bot label Sep 17, 2022
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from b730c25 to 05de32d Compare November 20, 2022 17:13
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.9.1 fix(deps): update rust crate env_logger to 0.9.3 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.9.3 fix(deps): update rust crate env_logger to 0.10.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 05de32d to da6f0ac Compare March 16, 2023 14:07
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.0 fix(deps): update rust crate env_logger to 0.10.1 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from da6f0ac to 7902e08 Compare November 10, 2023 16:54
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 7902e08 to b431ec9 Compare January 18, 2024 03:17
@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 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 b431ec9 to 6dbc4ef Compare January 19, 2024 20:14
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 6dbc4ef to ee57c70 Compare January 27, 2024 07:46
@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 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 from ee57c70 to 0362dcd Compare February 13, 2024 22:05
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 0362dcd to d7dba33 Compare March 5, 2024 17:27
@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 enabled auto-merge (squash) March 20, 2024 15:16
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from d7dba33 to ad7a6b9 Compare May 5, 2024 10:21
@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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependency Upgrades from Renovate Bot
Development

Successfully merging this pull request may close these issues.

0 participants