-
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 once_cell from 1.19.0 to 1.20.2 #121
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 [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@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 7 Oct 2024, 20:34, dependabot[bot] wrote:
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2.
Changelog
Sourced from [once_cell's changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md).
> 1.20.2
>
> - Remove portable_atomic from Cargo.lock if it is not, in fact, used: [#267](https://redirect.github.com/matklad/once_cell/pull/267) This is a work-around for this cargo bug: [rust-lang/cargo#10801](https://redirect.github.com/rust-lang/cargo/issues/10801).
>
> 1.20.1
>
> - Allow using race module using just portable_atomic, without critical_section and provide better error messages on targets without atomic CAS instruction, [#265](https://redirect.github.com/matklad/once_cell/pull/265).
Commits
- [4fbd4a5](matklad/once_cell@4fbd4a5) release 1.20.3
- [0aef2f8](matklad/once_cell@0aef2f8) Merge pull request [#267](https://redirect.github.com/matklad/once_cell/issues/267) from taiki-e/portable-atomic
- [cf87ac6](matklad/once_cell@cf87ac6) Remove "portable-atomic?/require-cas" from race feature
- [3b9bd9b](matklad/once_cell@3b9bd9b) release 1.20.1
- [f61508a](matklad/once_cell@f61508a) Merge pull request [#265](https://redirect.github.com/matklad/once_cell/issues/265) from taiki-e/portable-atomic
- [449e5d7](matklad/once_cell@449e5d7) Add portable-atomic feature and disable portable-atomic/critical-section by d...
- [72f7c2e](matklad/once_cell@72f7c2e) Merge pull request [#260](https://redirect.github.com/matklad/once_cell/issues/260) from brodycj/propagate-critical-section-to-portable-a...
- [be6b623](matklad/once_cell@be6b623) v1.20.0
- [f2d95bf](matklad/once_cell@f2d95bf) update Cargo (dev-)dependencies; update Cargo.lock.msrv
- [dd6b5c2](matklad/once_cell@dd6b5c2) ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS
- Additional commits viewable in [compare view](matklad/once_cell@v1.19.0...v1.20.2)
[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:
#121
Commit Summary
- [efd9b30](efd9b30) chore(deps): bump once_cell from 1.19.0 to 1.20.2
File Changes
([2 files](https://github.com/cedricschwyter/serde-crypt/pull/121/files))
- M [Cargo.lock](https://github.com/cedricschwyter/serde-crypt/pull/121/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e) (4)
- M [Cargo.toml](https://github.com/cedricschwyter/serde-crypt/pull/121/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542) (2)
Patch Links:
- https://github.com/cedricschwyter/serde-crypt/pull/121.patch
- https://github.com/cedricschwyter/serde-crypt/pull/121.diff
—
Reply to this email directly, [view it on GitHub](#121), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXHZIG3FKCBLWTAHYL3Z2LH4XAVCNFSM6AAAAABPQRFJHOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TCMJWG43DMNY).
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
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 once_cell from 1.19.0 to 1.20.2.
Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5
release 1.20.30aef2f8
Merge pull request #267 from taiki-e/portable-atomiccf87ac6
Remove "portable-atomic?/require-cas" from race feature3b9bd9b
release 1.20.1f61508a
Merge pull request #265 from taiki-e/portable-atomic449e5d7
Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2e
Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623
v1.20.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSDependabot 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)