plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

fix(deps): update rust crate env_logger to 0.11

Open renovate[bot] opened this issue 1 year ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.10 -> 0.11

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)

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.

renovate[bot] avatar Apr 16 '24 19:04 renovate[bot]

⚠ 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 plugins/notification/Cargo.toml --package [email protected] --precise 0.11.3
    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.3
location searched: crates.io index
required by package `android_logger v0.13.3`
    ... which satisfies dependency `android_logger = "^0.13"` (locked to 0.13.3) of package `tauri-plugin-log v2.0.0-beta.4 (/tmp/renovate/repos/github/tauri-apps/plugins-workspace/plugins/log)`
perhaps a crate was updated and forgotten to be re-vendored?

renovate[bot] avatar Apr 16 '24 19:04 renovate[bot]

https://github.com/rust-mobile/android_logger-rs/pull/71

FabianLars avatar Apr 18 '24 13:04 FabianLars

⚠️ 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 plugins/notification/Cargo.toml --workspace
error: failed to load manifest for workspace member `/tmp/renovate/repos/github/tauri-apps/plugins-workspace/plugins/fs-extra`
referenced by workspace at `/tmp/renovate/repos/github/tauri-apps/plugins-workspace/Cargo.toml`

Caused by:
  failed to read `/tmp/renovate/repos/github/tauri-apps/plugins-workspace/plugins/fs-extra/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

renovate[bot] avatar May 09 '24 13:05 renovate[bot]