Skip to content

Commit

Permalink
[deps]: Update Rust crate env_logger to v0.11.1 (#547)
Browse files Browse the repository at this point in the history
[![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.10.1` -> `0.11.1` |

---

### Release Notes

<details>
<summary>rust-cli/env_logger (env_logger)</summary>

###
[`v0.11.1`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0111---2024-01-27)

[Compare
Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1)

##### Fixes

-   Allow styling with `Target::Pipe`

###
[`v0.11.0`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0110---2024-01-19)

[Compare
Source](https://togithub.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0)

##### 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)`
-   Allow styling with `Target::Pipe`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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://developer.mend.io/github/bitwarden/sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent de4cd5d commit 1cb9855
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
29 changes: 15 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bitwarden-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tokio = { version = ">=1.28.2, <2.0", features = ["rt-multi-thread", "macros"] }
bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }

[dependencies]
env_logger = ">=0.10.0, <0.11"
env_logger = ">=0.10.0, <0.12"
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.57"
crate-type = ["cdylib", "rlib"]

[dependencies]
env_logger = "0.10.1"
env_logger = "0.11.1"
log = "0.4.20"
napi = { version = "2", features = ["async"] }
napi-derive = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = { version = ">=0.4.26, <0.5", features = [
"serde",
"std",
], default-features = false }
env_logger = "0.10.1"
env_logger = "0.11.1"
schemars = { version = ">=0.8, <0.9", optional = true }
uniffi = "=0.26.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["bitwarden", "password-manager", "cli"]
[dependencies]
clap = { version = "4.4.18", features = ["derive", "env"] }
color-eyre = "0.6"
env_logger = "0.10.1"
env_logger = "0.11.1"
inquire = "0.6.2"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap_complete = "4.4.9"
color-eyre = "0.6"
comfy-table = "^7.1.0"
directories = "5.0.1"
env_logger = "0.10.1"
env_logger = "0.11.1"
log = "0.4.20"
regex = { version = "1.10.3", features = [
"std",
Expand Down

0 comments on commit 1cb9855

Please sign in to comment.