rstack
rstack copied to clipboard
Update env_logger requirement from 0.10 to 0.11
Updates the requirements on env_logger to permit the latest version.
Changelog
Sourced from env_logger's changelog.
[0.11.0] - 2024-01-19
Breaking Change
- Removed bespoke styling API
env_logger::fmt::Formatter::styleenv_logger::fmt::Formatter::default_styled_levelenv_logger::fmt::Styleenv_logger::fmt::Colorenv_logger::fmt::StyledValue- Removed
env_logger::filterin favor ofenv_filterCompatibility
MSRV changed to 1.71
Features
- Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
- Add support for
NO_COLORandCLICOLOR_FORCE, see https://bixense.com/clicolors/Fixes
- Print colors when
is_test(true)- Allow styling with
Target::Pipe[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
coloris disabled[0.10.1] - 2023-11-10
Performance
- Avoid hashing directives and accessing RNG on startup
Documentation
- Tweak
RUST_LOGdocumentation[0.10.0] - 2022-11-24
MSRV changed to 1.60 to hide optional dependencies
... (truncated)
Commits
8f4361bchore: Releaseba41ebbdocs: Update changelog5e226cbchore: Release23441beMerge pull request #300 from epage/other6c2ea80style(filter): Clean up2d35260feat(filter): Add a Logger decoratore6e2b63fix(log)!: Dont re-export env_filter841eba4refactor(filter): Pull out filter mod98c450frefactor(filter): Pull out directive modc769e03refactor(filter): Flatten the mod- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
A newer version of env_logger exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.