Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.10.2 -> 0.11.8

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)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

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

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 Pull requests that update a dependency file label Sep 30, 2024
Copy link
Contributor Author

renovate bot commented Sep 30, 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.8
    Updating crates.io index
error: failed to select a version for the requirement `env_logger = "^0.10"`
candidate versions found which didn't match: 0.11.8
location searched: crates.io index
required by package `lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)`
    ... which satisfies git dependency `lpc55_sign` (locked to 0.3.4) of package `oks v0.3.3 (/tmp/renovate/repos/github/oxidecomputer/offline-keystore)`

@flihp
Copy link
Collaborator

flihp commented Sep 30, 2024

lpc55-support is holding this back as the lpc55-sign tool is currently locked to the 0.10 release. 0.11 removed the API for doing colors. They've published a migration guide but upgrading lpc55-sign looks like a non-trivial amount of work.

@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from eefe29f to 2a41763 Compare October 6, 2024 03:23
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from f16ad41 to 1e4e642 Compare October 12, 2024 04:27
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 1e4e642 to b79519b Compare November 6, 2024 07:03
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from f0a924b to 21b7fa8 Compare November 21, 2024 05:09
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 116ea6c to 4188e0f Compare November 28, 2024 04:57
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from b28f798 to 4243514 Compare December 17, 2024 10:50
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 4243514 to fca4bb3 Compare December 21, 2024 07:00
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11.5 Update Rust crate env_logger to 0.11.6 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 4 times, most recently from 0af138f to 36a9816 Compare January 6, 2025 05:20
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 59b3528 to 74fcc53 Compare January 13, 2025 04:20
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 4a3ad17 to df7c869 Compare January 23, 2025 04:57
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from 5342966 to ac735ee Compare February 8, 2025 05:07
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from ac735ee to 0d5b674 Compare February 11, 2025 11:35
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from 90e2da5 to 8c947b0 Compare February 19, 2025 06:07
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 5 times, most recently from efdd053 to 2986425 Compare February 28, 2025 05:54
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 2986425 to 948af7a Compare March 11, 2025 06:46
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11.6 Update Rust crate env_logger to 0.11.7 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 948af7a to 219a0f9 Compare April 2, 2025 06:00
@renovate renovate bot changed the title Update Rust crate env_logger to 0.11.7 Update Rust crate env_logger to 0.11.8 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from f7b6042 to a02024c Compare July 30, 2025 06:27
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 8e744ed to b63e2b1 Compare August 13, 2025 04:07
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 3 times, most recently from 919c09b to a9204de Compare August 26, 2025 06:46
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 6 times, most recently from 32edd93 to fe2b522 Compare September 4, 2025 05:22
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from fe2b522 to d542a75 Compare September 5, 2025 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant