Merged
Conversation
Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/cardoe/stderrlog-rs/releases) - [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md) - [Commits](cardoe/stderrlog-rs@v0.5.1...v0.5.3) --- updated-dependencies: - dependency-name: stderrlog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot merge
On Sun, Jul 3, 2022 at 9:29 PM dependabot[bot] ***@***.***> wrote:
Bumps stderrlog <https://github.com/cardoe/stderrlog-rs> from 0.5.1 to
0.5.3.
Changelog
*Sourced from stderrlog's changelog
<https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md>.*
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
<https://rustsec.org/advisories/RUSTSEC-2022-0006.html> 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
<cardoe/stderrlog-rs@4e6c3d8>
(cargo-release) version 0.5.3
- 2ef6df8
<cardoe/stderrlog-rs@2ef6df8>
update changelog for release
- 55cd4b3
<cardoe/stderrlog-rs@55cd4b3>
Merge pull request #45
<https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/45>
from edmorley/timestamps-feature
- 5bfe794
<cardoe/stderrlog-rs@5bfe794>
Support disabling the timestamps feature
- a1c1864
<cardoe/stderrlog-rs@a1c1864>
Merge pull request #44
<https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/44>
from edmorley/add-missing-debug-field
- 4ab6d60
<cardoe/stderrlog-rs@4ab6d60>
Add missing field to StdErrLog debug implementation
- eeb651b
<cardoe/stderrlog-rs@eeb651b>
Merge pull request #43
<https://github-redirect.dependabot.com/cardoe/stderrlog-rs/issues/43>
from edmorley/fix-typos
- e50c323
<cardoe/stderrlog-rs@e50c323>
Fix docs typos
- 2a9800a
<cardoe/stderrlog-rs@2a9800a>
update changelog
- c755de1
<cardoe/stderrlog-rs@c755de1>
Create SECURITY.md
- Additional commits viewable in compare view
<cardoe/stderrlog-rs@v0.5.1...v0.5.3>
[image: Dependabot compatibility score]
<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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#8
Commit Summary
- 183dfde
<183dfde>
Bump stderrlog from 0.5.1 to 0.5.3
File Changes
(2 files <https://github.com/Crosse/resync/pull/8/files>)
- *M* Cargo.lock
<https://github.com/Crosse/resync/pull/8/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(22)
- *M* Cargo.toml
<https://github.com/Crosse/resync/pull/8/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/Crosse/resync/pull/8.patch
- https://github.com/Crosse/resync/pull/8.diff
—
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL3UH5CNA67VOZT4YDK6F3VSI45XANCNFSM52RSOLQQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
--
Seth
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps stderrlog from 0.5.1 to 0.5.3.
Changelog
Sourced from stderrlog's changelog.
Commits
4e6c3d8(cargo-release) version 0.5.32ef6df8update changelog for release55cd4b3Merge pull request #45 from edmorley/timestamps-feature5bfe794Support disabling the timestamps featurea1c1864Merge pull request #44 from edmorley/add-missing-debug-field4ab6d60Add missing field toStdErrLogdebug implementationeeb651bMerge pull request #43 from edmorley/fix-typose50c323Fix docs typos2a9800aupdate changelogc755de1Create SECURITY.mdDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)