-
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.22 in /src-tauri #305
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/cargo/src-tauri/log-0.4.22
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.22. - [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.22) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Sep 24, 2024
@dependabot squash and merge
…--
Cedric Schwyter
Software Engineer | ***@***.*** | +41 76 683 52 72
Ringstrasse 145, 8107 Buchs, CH
-------- Original Message --------
On 25 Sept 2024, 00:53, dependabot[bot] wrote:
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
Changelog
Sourced from [log's changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md).
> [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/pull/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/pull/621)
> - [@DIvkov575](https://github.com/DIvkov575) made their first contribution in [rust-lang/log#619](https://redirect.github.com/rust-lang/log/pull/619)
> - [@Catamantaloedis](https://github.com/Catamantaloedis) made their first contribution in [rust-lang/log#625](https://redirect.github.com/rust-lang/log/pull/625)
>
> Full Changelog: ***@***.***(rust-lang/log@0.4.21...0.4.22)
Commits
- [d5ba2cf](rust-lang/log@d5ba2cf) Merge pull request [#634](https://redirect.github.com/rust-lang/log/issues/634) from rust-lang/cargo/0.4.22
- [d1a8306](rust-lang/log@d1a8306) prepare for 0.4.22 release
- [46894ef](rust-lang/log@46894ef) Merge pull request [#633](https://redirect.github.com/rust-lang/log/issues/633) from rust-lang/feat/panic-info
- [e0d389c](rust-lang/log@e0d389c) Merge pull request [#632](https://redirect.github.com/rust-lang/log/issues/632) from rust-lang/feat/loosen-atomics
- [c9e5e13](rust-lang/log@c9e5e13) use Location::caller() for file and line info
- [507b672](rust-lang/log@507b672) loosen orderings for logger initialization
- [c879b01](rust-lang/log@c879b01) Merge pull request [#628](https://redirect.github.com/rust-lang/log/issues/628) from Thomasdezeeuw/fix-warnings
- [405fdb4](rust-lang/log@405fdb4) Merge pull request [#627](https://redirect.github.com/rust-lang/log/issues/627) from Thomasdezeeuw/check-features
- [1307ade](rust-lang/log@1307ade) Remove unneeded import
- [710560e](rust-lang/log@710560e) Don't use --all-features in CI
- Additional commits viewable in [compare view](rust-lang/log@0.4.21...0.4.22)
[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:
#305
Commit Summary
- [fdd0c1e](fdd0c1e) chore(deps): bump log from 0.4.21 to 0.4.22 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/305/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/305/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (4)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/305/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/305.patch
- https://github.com/woollygoods/huehuehue/pull/305.diff
—
Reply to this email directly, [view it on GitHub](#305), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXFR4GD7ENCJWTNBNFLZYHUNHAVCNFSM6AAAAABOZI7ZC6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DMNJVGM2DMNY).
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.21 to 0.4.22.
Changelog
Sourced from log's changelog.
Commits
d5ba2cf
Merge pull request #634 from rust-lang/cargo/0.4.22d1a8306
prepare for 0.4.22 release46894ef
Merge pull request #633 from rust-lang/feat/panic-infoe0d389c
Merge pull request #632 from rust-lang/feat/loosen-atomicsc9e5e13
use Location::caller() for file and line info507b672
loosen orderings for logger initializationc879b01
Merge pull request #628 from Thomasdezeeuw/fix-warnings405fdb4
Merge pull request #627 from Thomasdezeeuw/check-features1307ade
Remove unneeded import710560e
Don't use --all-features in CIDependabot 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)