-
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.21 to 0.4.24 in /src-tauri #348
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/cargo/src-tauri/log-0.4.24
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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.21 to 0.4.24. - [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.21...0.4.24) --- 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
Jan 10, 2025
@dependabot squash and merge
…On 1/10/25 11:45 PM, dependabot[bot] wrote:
Bumps log <https://github.com/rust-lang/log> from 0.4.21 to 0.4.24.
Release notes
/Sourced from log's releases <https://github.com/rust-lang/log/releases>./
0.4.24
What's Changed
* Fix up kv feature activation by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#659 <https://redirect.github.com/rust-
lang/log/pull/659>
* Prepare for 0.4.24 release by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#660 <https://redirect.github.com/rust-
lang/log/pull/660>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.23...0.4.24>
0.4.23 (yanked)
What's Changed
* Fix some typos by |@Kleinmarb| <https://github.com/Kleinmarb>
in rust-lang/log#637 <https://redirect.github.com/rust-lang/log/
pull/637>
* Add logforth to implementation by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#638 <https://
redirect.github.com/rust-lang/log/pull/638>
* Add |spdlog-rs| link to README by |@SpriteOvO| <https://
github.com/SpriteOvO> in rust-lang/log#639 <https://
redirect.github.com/rust-lang/log/pull/639>
* Add correct lifetime to kv::Value::to_borrowed_str by |@
stevenroose| <https://github.com/stevenroose> in rust-lang/
log#643 <https://redirect.github.com/rust-lang/log/pull/643>
* docs: Add logforth as an impl by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#642 <https://
redirect.github.com/rust-lang/log/pull/642>
* Add clang_log implementation by |@DDAN-17| <https://github.com/
DDAN-17> in rust-lang/log#646 <https://redirect.github.com/rust-
lang/log/pull/646>
* Bind lifetimes of &str returned from Key by the lifetime of 'k
rather than the lifetime of the Key struct by |@gbbosak|
<https://github.com/gbbosak> in rust-lang/log#648 <https://
redirect.github.com/rust-lang/log/pull/648> (reverted)
* Fix up key lifetimes and add method to try get a borrowed key by
|@KodrAus| <https://github.com/KodrAus> in rust-lang/log#653
<https://redirect.github.com/rust-lang/log/pull/653>
* Add Ftail implementation by |@tjardoo| <https://github.com/
tjardoo> in rust-lang/log#652 <https://redirect.github.com/rust-
lang/log/pull/652>
* Relax feature flag for value's std_support by |@tisonkun|
<https://github.com/tisonkun> in rust-lang/log#657 <https://
redirect.github.com/rust-lang/log/pull/657>
* Prepare for 0.4.23 release by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#656 <https://redirect.github.com/rust-
lang/log/pull/656>
New Contributors
* |@Kleinmarb| <https://github.com/Kleinmarb> made their first
contribution in rust-lang/log#637 <https://redirect.github.com/
rust-lang/log#637>
* |@tisonkun| <https://github.com/tisonkun> made their first
contribution in rust-lang/log#638 <https://redirect.github.com/
rust-lang/log#638>
* |@SpriteOvO| <https://github.com/SpriteOvO> made their first
contribution in rust-lang/log#639 <https://redirect.github.com/
rust-lang/log#639>
* |@stevenroose| <https://github.com/stevenroose> made their
first contribution in rust-lang/log#643 <https://
redirect.github.com/rust-lang/log/pull/643>
* |@DDAN-17| <https://github.com/DDAN-17> made their first
contribution in rust-lang/log#646 <https://redirect.github.com/
rust-lang/log#646>
* |@gbbosak| <https://github.com/gbbosak> made their first
contribution in rust-lang/log#648 <https://redirect.github.com/
rust-lang/log#648>
* |@tjardoo| <https://github.com/tjardoo> made their first
contribution in rust-lang/log#652 <https://redirect.github.com/
rust-lang/log#652>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.22...0.4.23>
0.4.22
What's Changed
* Add some clarifications to the library docs by |@KodrAus|
<https://github.com/KodrAus> in rust-lang/log#620 <https://
redirect.github.com/rust-lang/log/pull/620>
* Add links to |colog| crate by |@chrivers| <https://github.com/
chrivers> in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* adding line_number test + updating some testing infrastructure
by |@DIvkov575| <https://github.com/DIvkov575> in rust-lang/
log#619 <https://redirect.github.com/rust-lang/log/pull/619>
* Clarify the actual set of functions that can race in _racy
variants by |@KodrAus| <https://github.com/KodrAus> in rust-
lang/log#623 <https://redirect.github.com/rust-lang/log/pull/623>
* Replace deprecated std::sync::atomic::spin_loop_hint() by |@
Catamantaloedis| <https://github.com/Catamantaloedis> in rust-
lang/log#625 <https://redirect.github.com/rust-lang/log/pull/625>
* Check usage of max_level features by |@Thomasdezeeuw| <https://
github.com/Thomasdezeeuw> in rust-lang/log#627 <https://
redirect.github.com/rust-lang/log/pull/627>
* Remove unneeded import by |@Thomasdezeeuw| <https://github.com/
Thomasdezeeuw> in rust-lang/log#628 <https://
redirect.github.com/rust-lang/log/pull/628>
* Loosen orderings for logger initialization in rust-lang/log#632
<https://redirect.github.com/rust-lang/log/pull/632>. Originally
by |@pwoolcoc| <https://github.com/pwoolcoc> in rust-lang/
log#599 <https://redirect.github.com/rust-lang/log/pull/599>
* Use Location::caller() for file and line info in rust-lang/
log#633 <https://redirect.github.com/rust-lang/log/pull/633>.
Originally by |@Cassy343| <https://github.com/Cassy343> in
rust-lang/log#520 <https://redirect.github.com/rust-lang/log/
pull/520>
New Contributors
* |@chrivers| <https://github.com/chrivers> made their first
contribution in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* |@DIvkov575| <https://github.com/DIvkov575> made their first
contribution in rust-lang/log#619 <https://redirect.github.com/
rust-lang/log#619>
* |@Catamantaloedis| <https://github.com/Catamantaloedis> made
their first contribution in rust-lang/log#625 <https://
redirect.github.com/rust-lang/log/pull/625>
... (truncated)
Changelog
/Sourced from log's changelog <https://github.com/rust-lang/log/blob/
master/CHANGELOG.md>./
[0.4.24] - 2025-01-11
What's Changed
* Fix up kv feature activation by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#659 <https://redirect.github.com/rust-
lang/log/pull/659>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.23...0.4.24>
[0.4.23] - 2025-01-10 (yanked)
What's Changed
* Fix some typos by |@Kleinmarb| <https://github.com/Kleinmarb>
in rust-lang/log#637 <https://redirect.github.com/rust-lang/log/
pull/637>
* Add logforth to implementation by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#638 <https://
redirect.github.com/rust-lang/log/pull/638>
* Add |spdlog-rs| link to README by |@SpriteOvO| <https://
github.com/SpriteOvO> in rust-lang/log#639 <https://
redirect.github.com/rust-lang/log/pull/639>
* Add correct lifetime to kv::Value::to_borrowed_str by |@
stevenroose| <https://github.com/stevenroose> in rust-lang/
log#643 <https://redirect.github.com/rust-lang/log/pull/643>
* docs: Add logforth as an impl by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#642 <https://
redirect.github.com/rust-lang/log/pull/642>
* Add clang_log implementation by |@DDAN-17| <https://github.com/
DDAN-17> in rust-lang/log#646 <https://redirect.github.com/rust-
lang/log/pull/646>
* Bind lifetimes of &str returned from Key by the lifetime of 'k
rather than the lifetime of the Key struct by |@gbbosak|
<https://github.com/gbbosak> in rust-lang/log#648 <https://
redirect.github.com/rust-lang/log/pull/648>
* Fix up key lifetimes and add method to try get a borrowed key by
|@KodrAus| <https://github.com/KodrAus> in rust-lang/log#653
<https://redirect.github.com/rust-lang/log/pull/653>
* Add Ftail implementation by |@tjardoo| <https://github.com/
tjardoo> in rust-lang/log#652 <https://redirect.github.com/rust-
lang/log/pull/652>
New Contributors
* |@Kleinmarb| <https://github.com/Kleinmarb> made their first
contribution in rust-lang/log#637 <https://redirect.github.com/
rust-lang/log#637>
* |@tisonkun| <https://github.com/tisonkun> made their first
contribution in rust-lang/log#638 <https://redirect.github.com/
rust-lang/log#638>
* |@SpriteOvO| <https://github.com/SpriteOvO> made their first
contribution in rust-lang/log#639 <https://redirect.github.com/
rust-lang/log#639>
* |@stevenroose| <https://github.com/stevenroose> made their
first contribution in rust-lang/log#643 <https://
redirect.github.com/rust-lang/log/pull/643>
* |@DDAN-17| <https://github.com/DDAN-17> made their first
contribution in rust-lang/log#646 <https://redirect.github.com/
rust-lang/log#646>
* |@gbbosak| <https://github.com/gbbosak> made their first
contribution in rust-lang/log#648 <https://redirect.github.com/
rust-lang/log#648>
* |@tjardoo| <https://github.com/tjardoo> made their first
contribution in rust-lang/log#652 <https://redirect.github.com/
rust-lang/log#652>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.22...0.4.23>
[0.4.22] - 2024-06-27
What's Changed
* Add some clarifications to the library docs by |@KodrAus|
<https://github.com/KodrAus> in rust-lang/log#620 <https://
redirect.github.com/rust-lang/log/pull/620>
* Add links to |colog| crate by |@chrivers| <https://github.com/
chrivers> in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* adding line_number test + updating some testing infrastructure
by |@DIvkov575| <https://github.com/DIvkov575> in rust-lang/
log#619 <https://redirect.github.com/rust-lang/log/pull/619>
* Clarify the actual set of functions that can race in _racy
variants by |@KodrAus| <https://github.com/KodrAus> in rust-
lang/log#623 <https://redirect.github.com/rust-lang/log/pull/623>
* Replace deprecated std::sync::atomic::spin_loop_hint() by |@
Catamantaloedis| <https://github.com/Catamantaloedis> in rust-
lang/log#625 <https://redirect.github.com/rust-lang/log/pull/625>
* Check usage of max_level features by |@Thomasdezeeuw| <https://
github.com/Thomasdezeeuw> in rust-lang/log#627 <https://
redirect.github.com/rust-lang/log/pull/627>
* Remove unneeded import by |@Thomasdezeeuw| <https://github.com/
Thomasdezeeuw> in rust-lang/log#628 <https://
redirect.github.com/rust-lang/log/pull/628>
* Loosen orderings for logger initialization in rust-lang/log#632
<https://redirect.github.com/rust-lang/log/pull/632>. Originally
by |@pwoolcoc| <https://github.com/pwoolcoc> in rust-lang/
log#599 <https://redirect.github.com/rust-lang/log/pull/599>
* Use Location::caller() for file and line info in rust-lang/
log#633 <https://redirect.github.com/rust-lang/log/pull/633>.
Originally by |@Cassy343| <https://github.com/Cassy343> in
rust-lang/log#520 <https://redirect.github.com/rust-lang/log/
pull/520>
New Contributors
* |@chrivers| <https://github.com/chrivers> made their first
contribution in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* |@DIvkov575| <https://github.com/DIvkov575> made their first
contribution in rust-lang/log#619 <https://redirect.github.com/
rust-lang/log#619>
* |@Catamantaloedis| <https://github.com/Catamantaloedis> made
their first contribution in rust-lang/log#625 <https://
redirect.github.com/rust-lang/log/pull/625>
... (truncated)
Commits
* |2282191| <https://github.com/rust-lang/log/
commit/2282191854fa90a5769a5bd139614313f6dbe0b0> Merge pull request
#660 <https://redirect.github.com/rust-lang/log/issues/660> from
rust-lang/cargo/0.4.24
* |2994f0a| <https://github.com/rust-lang/log/
commit/2994f0a62c1f479ca1fff2a2100fe07c8fb7bd29> prepare for 0.4.24
release
* |5fcb50e| <https://github.com/rust-lang/log/
commit/5fcb50eccd6913bab5ba2ff70b1d90617fba0c09> Merge pull request
#659 <https://redirect.github.com/rust-lang/log/issues/659> from
rust-lang/fix/feature-builds
* |29fe9e6| <https://github.com/rust-lang/log/
commit/29fe9e60ff2e0239c1350394066a1871a9d9b9f3> fix up feature
activation
* |b1824f2| <https://github.com/rust-lang/log/commit/
b1824f2c28bb1973b0b39f4bbd506a1803424b0a> use cargo hack in CI to
test all feature combinations
* |e6b643d| <https://github.com/rust-lang/log/commit/
e6b643d591597deaaa572b00bfd8176d4e6d4578> Merge pull request #656
<https://redirect.github.com/rust-lang/log/issues/656> from rust-
lang/cargo/0.4.23
* |0ce1442| <https://github.com/rust-lang/log/
commit/0ce1442dac0a9a8dc3081b0af1d06dc2e47f6c87> Merge pull request
#657 <https://redirect.github.com/rust-lang/log/issues/657> from
tisonkun/relax-feature-flag
* |a61f95d| <https://github.com/rust-lang/log/commit/
a61f95d19a1f841ca8fe82f0130f81f8d7aa74ee> tidy
* |2db4a1b| <https://github.com/rust-lang/log/
commit/2db4a1bb3011d93982667167b8f09c2a1288e7f4> add test
* |8b06d9b| <https://github.com/rust-lang/log/
commit/8b06d9bfe3a8031bfbaa7cfae22494cd94ab5ca7> value-bag distinct
* Additional commits viewable in compare view <https://github.com/
rust-lang/log/compare/0.4.21...0.4.24>
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
***@***.*** rebase|.
------------------------------------------------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase| will rebase this PR
* ***@***.*** recreate| will recreate this PR, overwriting any edits
that have been made to it
* ***@***.*** merge| will merge this PR after your CI passes on it
* ***@***.*** squash and merge| will squash and merge this PR after
your CI passes on it
* ***@***.*** cancel merge| will cancel a previously requested merge
and block automerging
* ***@***.*** reopen| will reopen this PR if it is closed
* ***@***.*** close| will close this PR and stop Dependabot
recreating it. You can achieve the same result by closing it manually
* ***@***.*** show <dependency name> ignore conditions| will show all
of the ignore conditions of the specified dependency
* ***@***.*** 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)
* ***@***.*** 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)
* ***@***.*** 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:
#348 <https://github.com/
woollygoods/huehuehue#348>
Commit Summary
* 0d7136c <#348/
commits/0d7136ce731142a54b96fdf9adb599e0c133c3e1> chore(deps): bump
log from 0.4.21 to 0.4.24 in /src-tauri
File Changes
(2 files <https://github.com/woollygoods/huehuehue/pull/348/files>)
* *M* src-tauri/Cargo.lock <https://github.com/woollygoods/huehuehue/
pull/348/
files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd> (137)
* *M* src-tauri/Cargo.toml <https://github.com/woollygoods/huehuehue/
pull/348/files#diff-
fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39> (2)
Patch Links:
* https://github.com/woollygoods/huehuehue/pull/348.patch <https://
github.com/woollygoods/huehuehue/pull/348.patch>
* https://github.com/woollygoods/huehuehue/pull/348.diff <https://
github.com/woollygoods/huehuehue/pull/348.diff>
—
Reply to this email directly, view it on GitHub <https://github.com/
woollygoods/huehuehue#348>, or unsubscribe <https://github.com/
notifications/unsubscribe-auth/
AISLPXE3F24QTYWMCE6JORT2KBERHAVCNFSM6AAAAABU7JBHLOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DCMZUGI4TKMI>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@dependabot squash and merge
…On 1/11/25 10:38 AM, dependabot[bot] wrote:
Bumps log <https://github.com/rust-lang/log> from 0.4.21 to 0.4.24.
Release notes
/Sourced from log's releases <https://github.com/rust-lang/log/releases>./
0.4.24
What's Changed
* Fix up kv feature activation by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#659 <https://redirect.github.com/rust-
lang/log/pull/659>
* Prepare for 0.4.24 release by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#660 <https://redirect.github.com/rust-
lang/log/pull/660>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.23...0.4.24>
0.4.23 (yanked)
What's Changed
* Fix some typos by |@Kleinmarb| <https://github.com/Kleinmarb>
in rust-lang/log#637 <https://redirect.github.com/rust-lang/log/
pull/637>
* Add logforth to implementation by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#638 <https://
redirect.github.com/rust-lang/log/pull/638>
* Add |spdlog-rs| link to README by |@SpriteOvO| <https://
github.com/SpriteOvO> in rust-lang/log#639 <https://
redirect.github.com/rust-lang/log/pull/639>
* Add correct lifetime to kv::Value::to_borrowed_str by |@
stevenroose| <https://github.com/stevenroose> in rust-lang/
log#643 <https://redirect.github.com/rust-lang/log/pull/643>
* docs: Add logforth as an impl by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#642 <https://
redirect.github.com/rust-lang/log/pull/642>
* Add clang_log implementation by |@DDAN-17| <https://github.com/
DDAN-17> in rust-lang/log#646 <https://redirect.github.com/rust-
lang/log/pull/646>
* Bind lifetimes of &str returned from Key by the lifetime of 'k
rather than the lifetime of the Key struct by |@gbbosak|
<https://github.com/gbbosak> in rust-lang/log#648 <https://
redirect.github.com/rust-lang/log/pull/648> (reverted)
* Fix up key lifetimes and add method to try get a borrowed key by
|@KodrAus| <https://github.com/KodrAus> in rust-lang/log#653
<https://redirect.github.com/rust-lang/log/pull/653>
* Add Ftail implementation by |@tjardoo| <https://github.com/
tjardoo> in rust-lang/log#652 <https://redirect.github.com/rust-
lang/log/pull/652>
* Relax feature flag for value's std_support by |@tisonkun|
<https://github.com/tisonkun> in rust-lang/log#657 <https://
redirect.github.com/rust-lang/log/pull/657>
* Prepare for 0.4.23 release by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#656 <https://redirect.github.com/rust-
lang/log/pull/656>
New Contributors
* |@Kleinmarb| <https://github.com/Kleinmarb> made their first
contribution in rust-lang/log#637 <https://redirect.github.com/
rust-lang/log#637>
* |@tisonkun| <https://github.com/tisonkun> made their first
contribution in rust-lang/log#638 <https://redirect.github.com/
rust-lang/log#638>
* |@SpriteOvO| <https://github.com/SpriteOvO> made their first
contribution in rust-lang/log#639 <https://redirect.github.com/
rust-lang/log#639>
* |@stevenroose| <https://github.com/stevenroose> made their
first contribution in rust-lang/log#643 <https://
redirect.github.com/rust-lang/log/pull/643>
* |@DDAN-17| <https://github.com/DDAN-17> made their first
contribution in rust-lang/log#646 <https://redirect.github.com/
rust-lang/log#646>
* |@gbbosak| <https://github.com/gbbosak> made their first
contribution in rust-lang/log#648 <https://redirect.github.com/
rust-lang/log#648>
* |@tjardoo| <https://github.com/tjardoo> made their first
contribution in rust-lang/log#652 <https://redirect.github.com/
rust-lang/log#652>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.22...0.4.23>
0.4.22
What's Changed
* Add some clarifications to the library docs by |@KodrAus|
<https://github.com/KodrAus> in rust-lang/log#620 <https://
redirect.github.com/rust-lang/log/pull/620>
* Add links to |colog| crate by |@chrivers| <https://github.com/
chrivers> in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* adding line_number test + updating some testing infrastructure
by |@DIvkov575| <https://github.com/DIvkov575> in rust-lang/
log#619 <https://redirect.github.com/rust-lang/log/pull/619>
* Clarify the actual set of functions that can race in _racy
variants by |@KodrAus| <https://github.com/KodrAus> in rust-
lang/log#623 <https://redirect.github.com/rust-lang/log/pull/623>
* Replace deprecated std::sync::atomic::spin_loop_hint() by |@
Catamantaloedis| <https://github.com/Catamantaloedis> in rust-
lang/log#625 <https://redirect.github.com/rust-lang/log/pull/625>
* Check usage of max_level features by |@Thomasdezeeuw| <https://
github.com/Thomasdezeeuw> in rust-lang/log#627 <https://
redirect.github.com/rust-lang/log/pull/627>
* Remove unneeded import by |@Thomasdezeeuw| <https://github.com/
Thomasdezeeuw> in rust-lang/log#628 <https://
redirect.github.com/rust-lang/log/pull/628>
* Loosen orderings for logger initialization in rust-lang/log#632
<https://redirect.github.com/rust-lang/log/pull/632>. Originally
by |@pwoolcoc| <https://github.com/pwoolcoc> in rust-lang/
log#599 <https://redirect.github.com/rust-lang/log/pull/599>
* Use Location::caller() for file and line info in rust-lang/
log#633 <https://redirect.github.com/rust-lang/log/pull/633>.
Originally by |@Cassy343| <https://github.com/Cassy343> in
rust-lang/log#520 <https://redirect.github.com/rust-lang/log/
pull/520>
New Contributors
* |@chrivers| <https://github.com/chrivers> made their first
contribution in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* |@DIvkov575| <https://github.com/DIvkov575> made their first
contribution in rust-lang/log#619 <https://redirect.github.com/
rust-lang/log#619>
* |@Catamantaloedis| <https://github.com/Catamantaloedis> made
their first contribution in rust-lang/log#625 <https://
redirect.github.com/rust-lang/log/pull/625>
... (truncated)
Changelog
/Sourced from log's changelog <https://github.com/rust-lang/log/blob/
master/CHANGELOG.md>./
[0.4.24] - 2025-01-11
What's Changed
* Fix up kv feature activation by |@KodrAus| <https://github.com/
KodrAus> in rust-lang/log#659 <https://redirect.github.com/rust-
lang/log/pull/659>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.23...0.4.24>
[0.4.23] - 2025-01-10 (yanked)
What's Changed
* Fix some typos by |@Kleinmarb| <https://github.com/Kleinmarb>
in rust-lang/log#637 <https://redirect.github.com/rust-lang/log/
pull/637>
* Add logforth to implementation by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#638 <https://
redirect.github.com/rust-lang/log/pull/638>
* Add |spdlog-rs| link to README by |@SpriteOvO| <https://
github.com/SpriteOvO> in rust-lang/log#639 <https://
redirect.github.com/rust-lang/log/pull/639>
* Add correct lifetime to kv::Value::to_borrowed_str by |@
stevenroose| <https://github.com/stevenroose> in rust-lang/
log#643 <https://redirect.github.com/rust-lang/log/pull/643>
* docs: Add logforth as an impl by |@tisonkun| <https://
github.com/tisonkun> in rust-lang/log#642 <https://
redirect.github.com/rust-lang/log/pull/642>
* Add clang_log implementation by |@DDAN-17| <https://github.com/
DDAN-17> in rust-lang/log#646 <https://redirect.github.com/rust-
lang/log/pull/646>
* Bind lifetimes of &str returned from Key by the lifetime of 'k
rather than the lifetime of the Key struct by |@gbbosak|
<https://github.com/gbbosak> in rust-lang/log#648 <https://
redirect.github.com/rust-lang/log/pull/648>
* Fix up key lifetimes and add method to try get a borrowed key by
|@KodrAus| <https://github.com/KodrAus> in rust-lang/log#653
<https://redirect.github.com/rust-lang/log/pull/653>
* Add Ftail implementation by |@tjardoo| <https://github.com/
tjardoo> in rust-lang/log#652 <https://redirect.github.com/rust-
lang/log/pull/652>
New Contributors
* |@Kleinmarb| <https://github.com/Kleinmarb> made their first
contribution in rust-lang/log#637 <https://redirect.github.com/
rust-lang/log#637>
* |@tisonkun| <https://github.com/tisonkun> made their first
contribution in rust-lang/log#638 <https://redirect.github.com/
rust-lang/log#638>
* |@SpriteOvO| <https://github.com/SpriteOvO> made their first
contribution in rust-lang/log#639 <https://redirect.github.com/
rust-lang/log#639>
* |@stevenroose| <https://github.com/stevenroose> made their
first contribution in rust-lang/log#643 <https://
redirect.github.com/rust-lang/log/pull/643>
* |@DDAN-17| <https://github.com/DDAN-17> made their first
contribution in rust-lang/log#646 <https://redirect.github.com/
rust-lang/log#646>
* |@gbbosak| <https://github.com/gbbosak> made their first
contribution in rust-lang/log#648 <https://redirect.github.com/
rust-lang/log#648>
* |@tjardoo| <https://github.com/tjardoo> made their first
contribution in rust-lang/log#652 <https://redirect.github.com/
rust-lang/log#652>
*Full Changelog*: ***@***.*** <https://github.com/
rust-lang/log/compare/0.4.22...0.4.23>
[0.4.22] - 2024-06-27
What's Changed
* Add some clarifications to the library docs by |@KodrAus|
<https://github.com/KodrAus> in rust-lang/log#620 <https://
redirect.github.com/rust-lang/log/pull/620>
* Add links to |colog| crate by |@chrivers| <https://github.com/
chrivers> in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* adding line_number test + updating some testing infrastructure
by |@DIvkov575| <https://github.com/DIvkov575> in rust-lang/
log#619 <https://redirect.github.com/rust-lang/log/pull/619>
* Clarify the actual set of functions that can race in _racy
variants by |@KodrAus| <https://github.com/KodrAus> in rust-
lang/log#623 <https://redirect.github.com/rust-lang/log/pull/623>
* Replace deprecated std::sync::atomic::spin_loop_hint() by |@
Catamantaloedis| <https://github.com/Catamantaloedis> in rust-
lang/log#625 <https://redirect.github.com/rust-lang/log/pull/625>
* Check usage of max_level features by |@Thomasdezeeuw| <https://
github.com/Thomasdezeeuw> in rust-lang/log#627 <https://
redirect.github.com/rust-lang/log/pull/627>
* Remove unneeded import by |@Thomasdezeeuw| <https://github.com/
Thomasdezeeuw> in rust-lang/log#628 <https://
redirect.github.com/rust-lang/log/pull/628>
* Loosen orderings for logger initialization in rust-lang/log#632
<https://redirect.github.com/rust-lang/log/pull/632>. Originally
by |@pwoolcoc| <https://github.com/pwoolcoc> in rust-lang/
log#599 <https://redirect.github.com/rust-lang/log/pull/599>
* Use Location::caller() for file and line info in rust-lang/
log#633 <https://redirect.github.com/rust-lang/log/pull/633>.
Originally by |@Cassy343| <https://github.com/Cassy343> in
rust-lang/log#520 <https://redirect.github.com/rust-lang/log/
pull/520>
New Contributors
* |@chrivers| <https://github.com/chrivers> made their first
contribution in rust-lang/log#621 <https://redirect.github.com/
rust-lang/log#621>
* |@DIvkov575| <https://github.com/DIvkov575> made their first
contribution in rust-lang/log#619 <https://redirect.github.com/
rust-lang/log#619>
* |@Catamantaloedis| <https://github.com/Catamantaloedis> made
their first contribution in rust-lang/log#625 <https://
redirect.github.com/rust-lang/log/pull/625>
... (truncated)
Commits
* |2282191| <https://github.com/rust-lang/log/
commit/2282191854fa90a5769a5bd139614313f6dbe0b0> Merge pull request
#660 <https://redirect.github.com/rust-lang/log/issues/660> from
rust-lang/cargo/0.4.24
* |2994f0a| <https://github.com/rust-lang/log/
commit/2994f0a62c1f479ca1fff2a2100fe07c8fb7bd29> prepare for 0.4.24
release
* |5fcb50e| <https://github.com/rust-lang/log/
commit/5fcb50eccd6913bab5ba2ff70b1d90617fba0c09> Merge pull request
#659 <https://redirect.github.com/rust-lang/log/issues/659> from
rust-lang/fix/feature-builds
* |29fe9e6| <https://github.com/rust-lang/log/
commit/29fe9e60ff2e0239c1350394066a1871a9d9b9f3> fix up feature
activation
* |b1824f2| <https://github.com/rust-lang/log/commit/
b1824f2c28bb1973b0b39f4bbd506a1803424b0a> use cargo hack in CI to
test all feature combinations
* |e6b643d| <https://github.com/rust-lang/log/commit/
e6b643d591597deaaa572b00bfd8176d4e6d4578> Merge pull request #656
<https://redirect.github.com/rust-lang/log/issues/656> from rust-
lang/cargo/0.4.23
* |0ce1442| <https://github.com/rust-lang/log/
commit/0ce1442dac0a9a8dc3081b0af1d06dc2e47f6c87> Merge pull request
#657 <https://redirect.github.com/rust-lang/log/issues/657> from
tisonkun/relax-feature-flag
* |a61f95d| <https://github.com/rust-lang/log/commit/
a61f95d19a1f841ca8fe82f0130f81f8d7aa74ee> tidy
* |2db4a1b| <https://github.com/rust-lang/log/
commit/2db4a1bb3011d93982667167b8f09c2a1288e7f4> add test
* |8b06d9b| <https://github.com/rust-lang/log/
commit/8b06d9bfe3a8031bfbaa7cfae22494cd94ab5ca7> value-bag distinct
* Additional commits viewable in compare view <https://github.com/
rust-lang/log/compare/0.4.21...0.4.24>
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
***@***.*** rebase|.
Dependabot will merge this PR once CI passes on it, as requested by
@cedricschwyter <https://github.com/cedricschwyter>.
------------------------------------------------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase| will rebase this PR
* ***@***.*** recreate| will recreate this PR, overwriting any edits
that have been made to it
* ***@***.*** merge| will merge this PR after your CI passes on it
* ***@***.*** squash and merge| will squash and merge this PR after
your CI passes on it
* ***@***.*** cancel merge| will cancel a previously requested merge
and block automerging
* ***@***.*** reopen| will reopen this PR if it is closed
* ***@***.*** close| will close this PR and stop Dependabot
recreating it. You can achieve the same result by closing it manually
* ***@***.*** show <dependency name> ignore conditions| will show all
of the ignore conditions of the specified dependency
* ***@***.*** 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)
* ***@***.*** 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)
* ***@***.*** 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:
#348 <https://github.com/
woollygoods/huehuehue#348>
Commit Summary
* 0d7136c <#348/
commits/0d7136ce731142a54b96fdf9adb599e0c133c3e1> chore(deps): bump
log from 0.4.21 to 0.4.24 in /src-tauri
File Changes
(2 files <https://github.com/woollygoods/huehuehue/pull/348/files>)
* *M* src-tauri/Cargo.lock <https://github.com/woollygoods/huehuehue/
pull/348/
files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd> (137)
* *M* src-tauri/Cargo.toml <https://github.com/woollygoods/huehuehue/
pull/348/files#diff-
fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39> (2)
Patch Links:
* https://github.com/woollygoods/huehuehue/pull/348.patch <https://
github.com/woollygoods/huehuehue/pull/348.patch>
* https://github.com/woollygoods/huehuehue/pull/348.diff <https://
github.com/woollygoods/huehuehue/pull/348.diff>
—
Reply to this email directly, view it on GitHub <https://github.com/
woollygoods/huehuehue#348>, or unsubscribe <https://github.com/
notifications/unsubscribe-auth/
AISLPXE6W33FJJZFPBJBMST2KDRDHAVCNFSM6AAAAABU7JBHLOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DCMZUGI4TKMI>.
You are receiving this because you were mentioned.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.21 to 0.4.24.
Release notes
Sourced from log's releases.
... (truncated)
Changelog
Sourced from log's changelog.
... (truncated)
Commits
2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.230ce1442
Merge pull request #657 from tisonkun/relax-feature-flaga61f95d
tidy2db4a1b
add test8b06d9b
value-bag distinctDependabot 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 will merge this PR once CI passes on it, as requested by @cedricschwyter.
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)