-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): bump log from 0.4.20 to 0.4.21 in /src-tauri #195
Merged
Conversation
This file contains 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
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Feb 28, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #195 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 4 4
Lines 130 125 -5
=======================================
+ Misses 130 125 -5 ☔ View full report in Codecov by Sentry. |
@dependabot squash and merge
…--
Cedric Schwyter
Software Engineer | ***@***.*** | +41 76 683 52 72
Ringstrasse 145, 8107 Buchs, CH
Sent from Proton Mail mobile
-------- Original Message --------
On 28 Feb 2024, 23:20, dependabot[bot] wrote:
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
Changelog
Sourced from [log's changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md).
> [0.4.21] - 2024-02-27
>
> What's Changed
>
> - Minor clippy nits by [@nyurik](https://github.com/nyurik) in [rust-lang/log#578](https://redirect.github.com/rust-lang/log/pull/578)
> - Simplify Display impl by [@nyurik](https://github.com/nyurik) in [rust-lang/log#579](https://redirect.github.com/rust-lang/log/pull/579)
> - Set all crates to 2021 edition by [@nyurik](https://github.com/nyurik) in [rust-lang/log#580](https://redirect.github.com/rust-lang/log/pull/580)
> - Various changes based on review by [@Thomasdezeeuw](https://github.com/Thomasdezeeuw) in [rust-lang/log#583](https://redirect.github.com/rust-lang/log/pull/583)
> - Fix typo in file_static() method doc by [@dimo414](https://github.com/dimo414) in [rust-lang/log#590](https://redirect.github.com/rust-lang/log/pull/590)
> - Specialize empty key value pairs by [@EFanZh](https://github.com/EFanZh) in [rust-lang/log#576](https://redirect.github.com/rust-lang/log/pull/576)
> - Fix incorrect lifetime in Value::to_str() by [@peterjoel](https://github.com/peterjoel) in [rust-lang/log#587](https://redirect.github.com/rust-lang/log/pull/587)
> - Remove some API of the key-value feature by [@Thomasdezeeuw](https://github.com/Thomasdezeeuw) in [rust-lang/log#585](https://redirect.github.com/rust-lang/log/pull/585)
> - Add logcontrol-log and log-reload by [@swsnr](https://github.com/swsnr) in [rust-lang/log#595](https://redirect.github.com/rust-lang/log/pull/595)
> - Add Serialization section to kv::Value docs by [@Thomasdezeeuw](https://github.com/Thomasdezeeuw) in [rust-lang/log#593](https://redirect.github.com/rust-lang/log/pull/593)
> - Rename Value::to_str to to_cow_str by [@Thomasdezeeuw](https://github.com/Thomasdezeeuw) in [rust-lang/log#592](https://redirect.github.com/rust-lang/log/pull/592)
> - Clarify documentation and simplify initialization of STATIC_MAX_LEVEL by [@ptosi](https://github.com/ptosi) in [rust-lang/log#594](https://redirect.github.com/rust-lang/log/pull/594)
> - Update docs to 2021 edition, test by [@nyurik](https://github.com/nyurik) in [rust-lang/log#577](https://redirect.github.com/rust-lang/log/pull/577)
> - Add "alterable_logger" link to README.md by [@brummer-simon](https://github.com/brummer-simon) in [rust-lang/log#589](https://redirect.github.com/rust-lang/log/pull/589)
> - Normalize line ending by [@EFanZh](https://github.com/EFanZh) in [rust-lang/log#602](https://redirect.github.com/rust-lang/log/pull/602)
> - Remove ok_or in favor of Option::ok_or by [@AngelicosPhosphoros](https://github.com/AngelicosPhosphoros) in [rust-lang/log#607](https://redirect.github.com/rust-lang/log/pull/607)
> - Use Acquire ordering for initialization check by [@AngelicosPhosphoros](https://github.com/AngelicosPhosphoros) in [rust-lang/log#610](https://redirect.github.com/rust-lang/log/pull/610)
> - Get structured logging API ready for stabilization by [@KodrAus](https://github.com/KodrAus) in [rust-lang/log#613](https://redirect.github.com/rust-lang/log/pull/613)
>
> New Contributors
>
> - [@nyurik](https://github.com/nyurik) made their first contribution in [rust-lang/log#578](https://redirect.github.com/rust-lang/log/pull/578)
> - [@dimo414](https://github.com/dimo414) made their first contribution in [rust-lang/log#590](https://redirect.github.com/rust-lang/log/pull/590)
> - [@peterjoel](https://github.com/peterjoel) made their first contribution in [rust-lang/log#587](https://redirect.github.com/rust-lang/log/pull/587)
> - [@ptosi](https://github.com/ptosi) made their first contribution in [rust-lang/log#594](https://redirect.github.com/rust-lang/log/pull/594)
> - [@brummer-simon](https://github.com/brummer-simon) made their first contribution in [rust-lang/log#589](https://redirect.github.com/rust-lang/log/pull/589)
> - [@AngelicosPhosphoros](https://github.com/AngelicosPhosphoros) made their first contribution in [rust-lang/log#607](https://redirect.github.com/rust-lang/log/pull/607)
Commits
- [3ccdc28](rust-lang/log@3ccdc28) Merge pull request [#617](https://redirect.github.com/rust-lang/log/issues/617) from rust-lang/cargo/0.4.21
- [6153cb2](rust-lang/log@6153cb2) prepare for 0.4.21 release
- [f0f7494](rust-lang/log@f0f7494) Merge pull request [#613](https://redirect.github.com/rust-lang/log/issues/613) from rust-lang/feat/kv-cleanup
- [2b220bf](rust-lang/log@2b220bf) clean up structured logging example
- [646e9ab](rust-lang/log@646e9ab) use original Visitor name for VisitValue
- [cf85c38](rust-lang/log@cf85c38) add needed subfeatures to kv_unstable
- [73e9539](rust-lang/log@73e9539) fix up capturing of :err
- [31bb4b0](rust-lang/log@31bb4b0) move error macros together
- [ad91711](rust-lang/log@ad91711) support field shorthand in macros
- [90a347b](rust-lang/log@90a347b) restore removed APIs as deprecated
- Additional commits viewable in [compare view](rust-lang/log@0.4.20...0.4.21)
[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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
- @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:
#195
Commit Summary
- [8e3946f](8e3946f) chore(deps): bump log from 0.4.20 to 0.4.21 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/195/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/195/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (8)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/195/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/195.patch
- https://github.com/woollygoods/huehuehue/pull/195.diff
—
Reply to this email directly, [view it on GitHub](#195), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXGGSRKX2XCWMZI7JF3YV6UUFAVCNFSM6AAAAABD63IYJ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2TSOJWG43TOOI).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 log from 0.4.20 to 0.4.21.
Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)