[PR #1376] [CLOSED] Bump env_logger from 0.8.2 to 0.8.3 #2269

Closed
opened 2026-03-16 08:29:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1376
Author: @dependabot-preview[bot]
Created: 2/15/2021
Status: Closed

Base: mainHead: dependabot/cargo/env_logger-0.8.3


📝 Commits (1)

  • 6ccf2a1 Bump env_logger from 0.8.2 to 0.8.3

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 util/Cargo.toml (+1 -1)

📄 Description

Bumps env_logger from 0.8.2 to 0.8.3.

Release notes

Sourced from env_logger's releases.

0.8.3

New features:

  • Suffix customization for the default formatter (Builder::format_suffix) #192

Improvements:

  • Improve documentation about log level names #189

Bug fixes:

  • Ignore whitespace-only filter specifications #188
  • Remove unneded files from crates.io tarball (including rust-toolchain whose presence caused issues for a few people)
Commits
  • 67adcba Re-add tests to the crates.io tarball
  • c9f033d Release version 0.8.3
  • eed1651 Only include necessary files in crates.io tarballs
  • 664ca1a Don't deny(warnings)
  • 8ef1615 Merge pull request #192 from jthacker/feat/custom-suffix
  • 894bfcd Add suffix customization to default formatter.
  • 035cda8 docs: fix markdown typo from 484ca2b2f5e0
  • eb50f9d Merge pull request #188 from salewski/ads/parse-spec-ignore-blank-spec
  • a36b72d Merge pull request #189 from salewski/ads/parse-spec-raw-level-tests
  • 780e7c5 [2 of 2]: filter::parse_spec() ignore bogon empty, blank substrings
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1376 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/15/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/env_logger-0.8.3` --- ### 📝 Commits (1) - [`6ccf2a1`](https://github.com/hickory-dns/hickory-dns/commit/6ccf2a1a91e09f7a122d7a9ac0df2f5568def59c) Bump env_logger from 0.8.2 to 0.8.3 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.8.2 to 0.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>0.8.3</h2> <p>New features:</p> <ul> <li>Suffix customization for the default formatter (<code>Builder::format_suffix</code>) <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/192">#192</a></li> </ul> <p>Improvements:</p> <ul> <li>Improve documentation about log level names <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/189">#189</a></li> </ul> <p>Bug fixes:</p> <ul> <li>Ignore whitespace-only filter specifications <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/188">#188</a></li> <li>Remove unneded files from crates.io tarball (including <code>rust-toolchain</code> whose presence caused issues for a few people)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/env-logger-rs/env_logger/commit/67adcba945148ef3bc1a867832f1422779d626cc"><code>67adcba</code></a> Re-add tests to the crates.io tarball</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/c9f033d4298124f664aa99a816272d62f972fd5c"><code>c9f033d</code></a> Release version 0.8.3</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/eed165155261fcb31f6648485462b9ee3c0ab670"><code>eed1651</code></a> Only include necessary files in crates.io tarballs</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/664ca1a6dfe8fa97598c82b33be8ee51757c15e8"><code>664ca1a</code></a> Don't deny(warnings)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/8ef161555ce62f4c10f49b7f10ed15b9aa787570"><code>8ef1615</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/192">#192</a> from jthacker/feat/custom-suffix</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/894bfcd71e4e198406b038538fcfb02058e85e97"><code>894bfcd</code></a> Add suffix customization to default formatter.</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/035cda89f3205d47618c2bd93998c09f5c849ce7"><code>035cda8</code></a> docs: fix markdown typo from 484ca2b2f5e0</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/eb50f9dd03b748016ad9eade48dc7b8d7d03542c"><code>eb50f9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/188">#188</a> from salewski/ads/parse-spec-ignore-blank-spec</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/a36b72d73aab9e4231bbfdd0b7df7dfaf5122efb"><code>a36b72d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/189">#189</a> from salewski/ads/parse-spec-raw-level-tests</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/780e7c58547a2389211d333fd1944629f6d38e45"><code>780e7c5</code></a> [2 of 2]: filter::parse_spec() ignore bogon empty, blank substrings</li> <li>Additional commits viewable in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.8.2...v0.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=env_logger&package-manager=cargo&previous-version=0.8.2&new-version=0.8.3)](https://dependabot.com/compatibility-score/?dependency-name=env_logger&package-manager=cargo&previous-version=0.8.2&new-version=0.8.3) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:29:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/hickory-dns#2269
No description provided.