Skip to content
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

chore(deps): update rust crate env_logger to 0.11.0 #216

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

Mend Renovate

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.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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Jan 24, 2024

βœ… Deploy Preview for tauri-bindgen canceled.

Name Link
πŸ”¨ Latest commit db617c7
πŸ” Latest deploy log https://app.netlify.com/sites/tauri-bindgen/deploys/6637596afc74bc0008a00e51

@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 4 times, most recently from 5873563 to e09634d Compare January 24, 2024 10:59
@renovate renovate bot changed the title chore(deps): update rust crate env_logger to 0.11.0 chore(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 4 times, most recently from c9cfb42 to 0171e21 Compare January 29, 2024 13:30
@renovate renovate bot changed the title chore(deps): update rust crate env_logger to 0.11.1 chore(deps): update rust crate env_logger to 0.11.2 Feb 14, 2024
@renovate renovate bot changed the title chore(deps): update rust crate env_logger to 0.11.2 chore(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 e9e284a to dd699e4 Compare March 5, 2024 18:05
@renovate renovate bot changed the title chore(deps): update rust crate env_logger to 0.11.3 chore(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 dd699e4 to db617c7 Compare May 5, 2024 10:03
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.

None yet

0 participants