Skip to content

Update Rust crate env_logger to 0.11.0#8

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/env_logger-0.x
Open

Update Rust crate env_logger to 0.11.0#8
renovate[bot] wants to merge 1 commit intomainfrom
renovate/env_logger-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Nov 12, 2023

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.10.00.11.0

Release Notes

rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • 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.1 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 3843496 to 822dc39 Compare January 18, 2024 23:57
@renovate renovate Bot changed the title Update Rust crate env_logger to 0.10.2 Update Rust crate env_logger to 0.11.0 Jan 20, 2024
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 822dc39 to ad66da1 Compare January 20, 2024 08:36
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from ad66da1 to 4b1f248 Compare January 30, 2024 21:00
@renovate renovate Bot changed the title Update Rust crate env_logger to 0.11.0 Update Rust crate env_logger to 0.11.1 Jan 30, 2024
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 4b1f248 to 587386e Compare February 14, 2024 05:39
@renovate renovate Bot changed the title Update Rust crate env_logger to 0.11.1 Update Rust crate env_logger to 0.11.2 Feb 14, 2024
@renovate renovate Bot changed the title Update Rust crate env_logger to 0.11.2 Update Rust crate env_logger to 0.11.3 Mar 7, 2024
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 587386e to 71b9b7a Compare March 7, 2024 05:31
@renovate renovate Bot changed the title Update Rust crate env_logger to 0.11.3 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 71b9b7a to f9351b4 Compare May 5, 2024 08:57
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from f9351b4 to 17f34ae Compare August 11, 2025 23:31
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 17f34ae to 8cbd7de Compare September 26, 2025 03:48
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 8cbd7de to 156e372 Compare December 11, 2025 23:03
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 156e372 to 62e636b Compare January 1, 2026 01:05
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 62e636b to e2a5772 Compare February 3, 2026 03:46
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 6508f14 to c9f00c5 Compare February 13, 2026 00:10
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from c9f00c5 to a6104a2 Compare March 1, 2026 19:57
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from a6104a2 to 2313bc8 Compare March 14, 2026 11:38
@renovate renovate Bot force-pushed the renovate/env_logger-0.x branch from 2313bc8 to 388db8a Compare March 31, 2026 10:44
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