Skip to content

fix(deps): update rust crate env_logger to 0.10 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.9 -> 0.10

Release Notes

rust-cli/env_logger

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 Mend Renovate. View repository job log here.

@github-actions
Copy link

ubuntu-latest

Coverage Report

Created: 2022-11-24 18:36

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
src/apply.rs
   0.00% (0/9)
   0.00% (0/162)
   0.00% (0/109)
- (0/0)
src/cli.rs
   0.00% (0/9)
   0.00% (0/17)
   0.00% (0/10)
- (0/0)
src/config/config_base.rs
  92.00% (46/50)
  98.92% (735/743)
  91.94% (194/211)
- (0/0)
src/config/connection.rs
  70.59% (12/17)
  82.81% (53/64)
  65.71% (23/35)
- (0/0)
src/config/role.rs
  60.00% (12/20)
  72.60% (53/73)
  61.97% (44/71)
- (0/0)
src/config/role_database.rs
  66.67% (6/9)
  89.83% (53/59)
  72.50% (29/40)
- (0/0)
src/config/role_schema.rs
  66.67% (6/9)
  90.16% (55/61)
  71.79% (28/39)
- (0/0)
src/config/role_table.rs
  76.00% (19/25)
  94.96% (245/258)
  79.53% (101/127)
- (0/0)
src/config/user.rs
  90.62% (29/32)
  96.69% (146/151)
  84.06% (58/69)
- (0/0)
src/connection.rs
  75.56% (34/45)
  76.97% (421/547)
  51.30% (99/193)
- (0/0)
src/gen.rs
  70.00% (7/10)
  75.00% (66/88)
  63.89% (23/36)
- (0/0)
src/inspect.rs
   0.00% (0/16)
   0.00% (0/127)
   0.00% (0/53)
- (0/0)
src/lib.rs
 100.00% (1/1)
 100.00% (1/1)
 100.00% (1/1)
- (0/0)
src/main.rs
  50.00% (1/2)
   3.23% (1/31)
   3.85% (1/26)
- (0/0)
src/validate.rs
   0.00% (0/5)
   0.00% (0/53)
   0.00% (0/35)
- (0/0)
tests/cli-apply.rs
 100.00% (11/11)
 100.00% (80/80)
 100.00% (15/15)
- (0/0)
tests/cli-gen.rs
 100.00% (13/13)
 100.00% (64/64)
 100.00% (13/13)
- (0/0)
tests/cli-inspect.rs
 100.00% (3/3)
 100.00% (25/25)
 100.00% (3/3)
- (0/0)
tests/cli-validate.rs
 100.00% (21/21)
 100.00% (323/323)
 100.00% (21/21)
- (0/0)
Totals
  71.99% (221/307)
  79.30% (2321/2927)
  58.99% (653/1107)
- (0/0)
Generated by llvm-cov -- llvm version 15.0.0-rust-1.65.0-stable

@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10 Update Rust crate env_logger to 0.10 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10 fix(deps): update rust crate env_logger to 0.10 Dec 17, 2022
@duyet duyet merged commit 693cd4e into master Jan 18, 2023
@duyet duyet deleted the renovate/env_logger-0.x branch January 18, 2023 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant