Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 24, 2022

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.90.11

Release Notes

rust-cli/env_logger (env_logger)

v0.11.8

Compare Source

Compatibility
  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release
Features
  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

Compare Source

Internal
  • Replaced humantime with jiff

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering

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 a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.

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 changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Oct 19, 2023
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 Update Rust crate env_logger to 0.10 Nov 16, 2023
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Nov 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 Update Rust crate env_logger to 0.10 Dec 5, 2023
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Dec 30, 2023
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 Update Rust crate env_logger to 0.10 Jan 5, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Jan 13, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 Update Rust crate env_logger to 0.10 Jan 16, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Jan 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.11 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 904fc58 to 8e9208c Compare January 20, 2024 14:39
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Feb 5, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Feb 7, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Feb 18, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Feb 27, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Mar 1, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Mar 8, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Mar 12, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Mar 17, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Mar 25, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Mar 29, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 8e9208c to 3853ae2 Compare May 3, 2024 05:29
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11.3 May 3, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11.3 Update Rust crate env_logger to 0.11 May 6, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 3853ae2 to d96801d Compare May 6, 2024 02:51
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Jun 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Jun 27, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Jun 29, 2024
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Jul 14, 2024
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Feb 6, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Feb 11, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Feb 16, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Mar 5, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Mar 29, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Apr 3, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Apr 13, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Apr 27, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 May 3, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 May 10, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Jun 4, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Jun 21, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Jul 26, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Aug 4, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Aug 6, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from d96801d to 6d309e1 Compare August 11, 2025 12:08
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 6d309e1 to fa7919a Compare September 26, 2025 11:51
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Sep 26, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Oct 12, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Nov 15, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from fa7919a to ae9caf4 Compare December 11, 2025 23:50
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Dec 11, 2025
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Dec 20, 2025
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11 Update Rust crate env_logger to 0.11 Dec 31, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from ae9caf4 to 2b254b9 Compare January 1, 2026 16:08
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11 fix(deps): update rust crate env_logger to 0.11 Jan 4, 2026
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.

1 participant