Update Rust crate env_logger to 0.10.1 #10

Open
pierre wants to merge 1 commits from renovate/env_logger-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.9.0 -> 0.10.1

Release Notes

rust-cli/env_logger (env_logger)

v0.10.1

Compare Source

v0.10.0

Compare Source

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

v0.9.3

Compare Source

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

v0.9.2

Compare Source

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

v0.9.1

Compare Source


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [env_logger](https://github.com/rust-cli/env_logger) | dependencies | minor | `0.9.0` -> `0.10.1` | --- ### Release Notes <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.10.1`](https://github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0101---2023-11-10) [Compare Source](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1) ### [`v0.10.0`](https://github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0100---2022-11-24) [Compare Source](https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0) 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` ### [`v0.9.3`](https://github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#093---2022-11-07) [Compare Source](https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3) - Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off. ### [`v0.9.2`](https://github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#092---2022-11-07) [Compare Source](https://github.com/rust-cli/env_logger/compare/v0.9.1...v0.9.2) - Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1. ### [`v0.9.1`](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.1) [Compare Source](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.1) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMi4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre force-pushed renovate/env_logger-0.x from 06dc2f260f to 74e0d9ba56 2022-11-26 00:36:27 +00:00 Compare
pierre changed title from Update Rust crate env_logger to 0.9.3 to Update Rust crate env_logger to 0.10.0 2022-12-02 00:33:02 +00:00
pierre force-pushed renovate/env_logger-0.x from 74e0d9ba56 to 3ed3e15f85 2023-03-16 00:31:09 +00:00 Compare
pierre force-pushed renovate/env_logger-0.x from 3ed3e15f85 to ef0db345d7 2023-11-11 00:31:20 +00:00 Compare
pierre changed title from Update Rust crate env_logger to 0.10.0 to Update Rust crate env_logger to 0.10.1 2023-11-11 00:31:21 +00:00
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/env_logger-0.x:renovate/env_logger-0.x
git checkout renovate/env_logger-0.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/PagesServer#10
No description provided.