[PR #8] [MERGED] Bump stderrlog from 0.5.1 to 0.5.3 #11

Closed
opened 2026-02-26 17:38:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Crosse/resync/pull/8
Author: @dependabot[bot]
Created: 7/4/2022
Status: Merged
Merged: 7/4/2022
Merged by: @dependabot[bot]

Base: mainHead: dependabot/cargo/stderrlog-0.5.3


📝 Commits (1)

  • 183dfde Bump stderrlog from 0.5.1 to 0.5.3

📊 Changes

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

View changed files

📝 Cargo.lock (+11 -11)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps stderrlog from 0.5.1 to 0.5.3.

Changelog

Sourced from stderrlog's changelog.

0.5.3

Changed

  • Moved the timestamps feature behind the enabled-by-default crate feature timestamps.

Fixed

  • Added missing show_module_names field to StdErrLog debug implementation.

0.5.2

Changed

  • Bumped the minimum Rust version to 1.36.0
    • RUSTSEC-2022-0006 fixed This is a semver break but given the age of the Rust versions and changes that have happened in the log crate, we'll do it.
  • Make it easier to specify debug levels with a number or enum.
Commits
  • 4e6c3d8 (cargo-release) version 0.5.3
  • 2ef6df8 update changelog for release
  • 55cd4b3 Merge pull request #45 from edmorley/timestamps-feature
  • 5bfe794 Support disabling the timestamps feature
  • a1c1864 Merge pull request #44 from edmorley/add-missing-debug-field
  • 4ab6d60 Add missing field to StdErrLog debug implementation
  • eeb651b Merge pull request #43 from edmorley/fix-typos
  • e50c323 Fix docs typos
  • 2a9800a update changelog
  • c755de1 Create SECURITY.md
  • 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)

🔄 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/Crosse/resync/pull/8 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/cargo/stderrlog-0.5.3` --- ### 📝 Commits (1) - [`183dfde`](https://github.com/Crosse/resync/commit/183dfde113fe309e40805bc28b4276ada21cbc7d) Bump stderrlog from 0.5.1 to 0.5.3 ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -11) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.1 to 0.5.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md">stderrlog's changelog</a>.</em></p> <blockquote> <h2>0.5.3</h2> <h3>Changed</h3> <ul> <li>Moved the timestamps feature behind the enabled-by-default crate feature <code>timestamps</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Added missing <code>show_module_names</code> field to <code>StdErrLog</code> debug implementation.</li> </ul> <h2>0.5.2</h2> <h3>Changed</h3> <ul> <li>Bumped the minimum Rust version to 1.36.0 <ul> <li><a href="https://rustsec.org/advisories/RUSTSEC-2022-0006.html">RUSTSEC-2022-0006</a> fixed This is a semver break but given the age of the Rust versions and changes that have happened in the log crate, we'll do it.</li> </ul> </li> <li>Make it easier to specify debug levels with a number or enum.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/4e6c3d88165b909e9a61ff245963ca690820db7c"><code>4e6c3d8</code></a> (cargo-release) version 0.5.3</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/2ef6df8ed77f88dae53bb68685cb618e19765bd8"><code>2ef6df8</code></a> update changelog for release</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/55cd4b363d84c2c2bab9b627c4fa0e10effbdf57"><code>55cd4b3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/45">#45</a> from edmorley/timestamps-feature</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/5bfe794832caf26f58d8c32b4003793750e1f8cb"><code>5bfe794</code></a> Support disabling the timestamps feature</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/a1c18641a3b0c424b5bb53ee46e8926e730d3829"><code>a1c1864</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/44">#44</a> from edmorley/add-missing-debug-field</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/4ab6d6066eec8a7b2eab14eadef6bdf1797bdb00"><code>4ab6d60</code></a> Add missing field to <code>StdErrLog</code> debug implementation</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/eeb651b1d69b6cecf48ebfa0866e7a25f2e1e46a"><code>eeb651b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/43">#43</a> from edmorley/fix-typos</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/e50c323d010ce05532c2f9111808c5c89db2e500"><code>e50c323</code></a> Fix docs typos</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/2a9800aea6de2bccc3a873cc10b0135fc1bf1ed0"><code>2a9800a</code></a> update changelog</li> <li><a href="https://github.com/cardoe/stderrlog-rs/commit/c755de1ace78702526ccee235725c3762cbd6d49"><code>c755de1</code></a> Create SECURITY.md</li> <li>Additional commits viewable in <a href="https://github.com/cardoe/stderrlog-rs/compare/v0.5.1...v0.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stderrlog&package-manager=cargo&previous-version=0.5.1&new-version=0.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:38:04 +03:00
Sign in to join this conversation.
No labels
pull-request
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/resync#11
No description provided.