-
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.26 in /src-tauri #368
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.21 to 0.4.26. - [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.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot squash and merge
…On Fri Feb 21, 2025 at 11:49 PM CET, dependabot[bot] wrote:
Bumps log from 0.4.21 to 0.4.26.
Release notes
Sourced from log's releases.
0.4.26
What's Changed
□ Derive Clone for kv::Value by @SpriteOvO in rust-lang/log#668
□ Add spdlog-rs link to crate doc by @SpriteOvO in rust-lang/log#669
□ Prepare for 0.4.26 release by @KodrAus in rust-lang/log#670
Full Changelog: ***@***.***
0.4.25
What's Changed
□ Revert loosening of kv cargo features by @KodrAus in rust-lang/log#662
□ Prepare for 0.4.25 release by @KodrAus in rust-lang/log#663
Full Changelog: ***@***.***
0.4.24 (yanked)
What's Changed
□ Fix up kv feature activation by @KodrAus in rust-lang/log#659
□ Prepare for 0.4.24 release by @KodrAus in rust-lang/log#660
Full Changelog: ***@***.***
0.4.23 (yanked)
What's Changed
□ Fix some typos by @Kleinmarb in rust-lang/log#637
□ Add logforth to implementation by @tisonkun in rust-lang/log#638
□ Add spdlog-rs link to README by @SpriteOvO in rust-lang/log#639
□ Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in rust-lang/log#643
□ docs: Add logforth as an impl by @tisonkun in rust-lang/log#642
□ Add clang_log implementation by @DDAN-17 in rust-lang/log#646
□ Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of
the Key struct by @gbbosak in rust-lang/log#648 (reverted)
□ Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in rust-lang/log
#653
□ Add Ftail implementation by @tjardoo in rust-lang/log#652
□ Relax feature flag for value's std_support by @tisonkun in rust-lang/log#657
□ Prepare for 0.4.23 release by @KodrAus in rust-lang/log#656
New Contributors
□ @Kleinmarb made their first contribution in rust-lang/log#637
□ @tisonkun made their first contribution in rust-lang/log#638
□ @SpriteOvO made their first contribution in rust-lang/log#639
□ @stevenroose made their first contribution in rust-lang/log#643
□ @DDAN-17 made their first contribution in rust-lang/log#646
□ @gbbosak made their first contribution in rust-lang/log#648
□ @tjardoo made their first contribution in rust-lang/log#652
Full Changelog: ***@***.***
... (truncated)
Changelog
Sourced from log's changelog.
[0.4.26] - 2025-02-18
What's Changed
□ Derive Clone for kv::Value by @SpriteOvO in rust-lang/log#668
□ Add spdlog-rs link to crate doc by @SpriteOvO in rust-lang/log#669
Full Changelog: ***@***.***
[0.4.25] - 2025-01-14
What's Changed
□ Revert loosening of kv cargo features by @KodrAus in rust-lang/log#662
Full Changelog: ***@***.***
[0.4.24] - 2025-01-11
What's Changed
□ Fix up kv feature activation by @KodrAus in rust-lang/log#659
Full Changelog: ***@***.***
[0.4.23] - 2025-01-10 (yanked)
What's Changed
□ Fix some typos by @Kleinmarb in rust-lang/log#637
□ Add logforth to implementation by @tisonkun in rust-lang/log#638
□ Add spdlog-rs link to README by @SpriteOvO in rust-lang/log#639
□ Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in rust-lang/log#643
□ docs: Add logforth as an impl by @tisonkun in rust-lang/log#642
□ Add clang_log implementation by @DDAN-17 in rust-lang/log#646
□ Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of
the Key struct by @gbbosak in rust-lang/log#648
□ Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in rust-lang/log
#653
□ Add Ftail implementation by @tjardoo in rust-lang/log#652
New Contributors
□ @Kleinmarb made their first contribution in rust-lang/log#637
□ @tisonkun made their first contribution in rust-lang/log#638
□ @SpriteOvO made their first contribution in rust-lang/log#639
□ @stevenroose made their first contribution in rust-lang/log#643
□ @DDAN-17 made their first contribution in rust-lang/log#646
□ @gbbosak made their first contribution in rust-lang/log#648
□ @tjardoo made their first contribution in rust-lang/log#652
Full Changelog: ***@***.***
[0.4.22] - 2024-06-27
... (truncated)
Commits
• 5a91554 Merge pull request #670 from rust-lang/cargo/0.4.26
• 5aba0c2 prepare for 0.4.26 release
• 0551261 Merge pull request #669 from SpriteOvO/crate-doc-update
• 3ff3bdc Merge pull request #668 from SpriteOvO/value-clone
• 931d883 Add spdlog-rs link to crate doc
• 310c9b4 Derive Clone for kv::Value
• 22be810 Merge pull request #663 from rust-lang/cargo/0.4.25
• 0279730 prepare for 0.4.25 release
• 4099bcb Merge pull request #662 from rust-lang/fix/cargo-features
• 36e7e3f revert loosening of kv cargo features
• 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 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:
#368
Commit Summary
• 950ff23 chore(deps): bump log from 0.4.21 to 0.4.26 in /src-tauri
File Changes
(2 files)
• M src-tauri/Cargo.lock (4)
• M src-tauri/Cargo.toml (2)
Patch Links:
• https://github.com/woollygoods/huehuehue/pull/368.patch
• https://github.com/woollygoods/huehuehue/pull/368.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.*Message ID: <woollygoods/
***@***.***>
--
Cedric Schwyter
Software Engineer | ***@***.*** | +41 76 683 52 72
Ringstrasse 145, 8107 Buchs, CH
|
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.26.
Release notes
Sourced from log's releases.
... (truncated)
Changelog
Sourced from log's changelog.
... (truncated)
Commits
5a91554
Merge pull request #670 from rust-lang/cargo/0.4.265aba0c2
prepare for 0.4.26 release0551261
Merge pull request #669 from SpriteOvO/crate-doc-update3ff3bdc
Merge pull request #668 from SpriteOvO/value-clone931d883
Addspdlog-rs
link to crate doc310c9b4
DeriveClone
forkv::Value
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo featuresDependabot 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)