Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 51193d6

Browse files
committed
chore(deps): update rust crate env_logger to 0.10 (#184)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | minor | `0.9` -> `0.10` | --- ### Release Notes <details> <summary>rust-cli/env_logger</summary> ### [`v0.10.0`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#&#8203;0100---2022-11-24) [Compare Source](https://togithub.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://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#&#8203;093---2022-11-07) [Compare Source](https://togithub.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://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#&#8203;092---2022-11-07) [Compare Source](https://togithub.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://togithub.com/rust-cli/env_logger/compare/v0.9.0...v0.9.1) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.9.0...v0.9.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/stackablectl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDQuMCJ9-->
1 parent 540fa10 commit 51193d6

File tree

2 files changed

+78
-6
lines changed

2 files changed

+78
-6
lines changed

Cargo.lock

Lines changed: 77 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cached = { version = "0.40", features = ['async_tokio_rt_multi_thread'] }
1212
clap = { version = "4.0", features = ["derive", "cargo"] }
1313
clap_complete = "4.0"
1414
cli-table = "0.4"
15-
env_logger = "0.9"
15+
env_logger = "0.10"
1616
indexmap = { version = "1.9", features = ["serde"] }
1717
k8s-openapi = { version = "0.16", default-features = false, features = ["v1_24"] }
1818
kube = "0.76" # Using openssl (and not native-tls) as kube-rs team tries to move away from native-tls

0 commit comments

Comments
 (0)