Skip to content

Update env_logger requirement from 0.10.2 to 0.11.0

Imanuel Ulbricht requested to merge dependabot-cargo-env_logger-0.11.0 into main

Updates the requirements on env_logger to permit the latest version.

Changelog

Sourced from env_logger's changelog.

[0.10.2] - 2024-01-18

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

[0.10.1] - 2023-11-10

Performance

  • Avoid hashing directives and accessing RNG on startup

Documentation

  • Tweak RUST_LOG documentation

[0.10.0] - 2022-11-24

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

[0.9.3] - 2022-11-07

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

[0.9.2] - 2022-11-07

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

[0.9.0] -- 2022-07-14

Breaking Changes

  • Default message format now prints the target instead of the module

Improvements

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading