-
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 futures-util from 0.3.29 to 0.3.31 in /src-tauri #311
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/cargo/src-tauri/futures-util-0.3.31
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 [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.31. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.31) --- updated-dependencies: - dependency-name: futures-util 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
Oct 7, 2024
@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 8 Oct 2024, 00:55, dependabot[bot] wrote:
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.31.
Release notes
Sourced from [futures-util's releases](https://github.com/rust-lang/futures-rs/releases).
> 0.3.31
>
> - Fix use after free of task in FuturesUnordered when dropped future panics ([#2886](https://redirect.github.com/rust-lang/futures-rs/issues/2886))
> - Fix soundness bug in task::waker_ref ([#2830](https://redirect.github.com/rust-lang/futures-rs/issues/2830)) This is a breaking change but allowed because it is soundness bug fix.
> - Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines ([#2884](https://redirect.github.com/rust-lang/futures-rs/issues/2884))
> - Fix parsing issue in select!/select_biased! ([#2832](https://redirect.github.com/rust-lang/futures-rs/issues/2832)) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
> - Work around issue due to upstream Waker::will_wake change ([#2865](https://redirect.github.com/rust-lang/futures-rs/issues/2865))
> - Add stream::Iter::{get_ref,get_mut,into_inner} ([#2875](https://redirect.github.com/rust-lang/futures-rs/issues/2875))
> - Add future::AlwaysReady ([#2825](https://redirect.github.com/rust-lang/futures-rs/issues/2825))
> - Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} ([#2848](https://redirect.github.com/rust-lang/futures-rs/issues/2848))
>
> 0.3.30
>
> - Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of ([#2797](https://redirect.github.com/rust-lang/futures-rs/issues/2797))
> - Fix panic in FuturesUnordered::clear ([#2809](https://redirect.github.com/rust-lang/futures-rs/issues/2809))
> - Fix panic in AsyncBufReadExt::fill_buf ([#2801](https://redirect.github.com/rust-lang/futures-rs/issues/2801), [#2812](https://redirect.github.com/rust-lang/futures-rs/issues/2812))
> - Improve support for targets without atomic CAS ([#2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811))
> - Remove build scripts ([#2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811))
Changelog
Sourced from [futures-util's changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md).
> 0.3.31 - 2024-10-05
>
> - Fix use after free of task in FuturesUnordered when dropped future panics ([#2886](https://redirect.github.com/rust-lang/futures-rs/issues/2886))
> - Fix soundness bug in task::waker_ref ([#2830](https://redirect.github.com/rust-lang/futures-rs/issues/2830)) This is a breaking change but allowed because it is soundness bug fix.
> - Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines ([#2884](https://redirect.github.com/rust-lang/futures-rs/issues/2884))
> - Fix parsing issue in select!/select_biased! ([#2832](https://redirect.github.com/rust-lang/futures-rs/issues/2832)) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
> - Work around issue due to upstream Waker::will_wake change ([#2865](https://redirect.github.com/rust-lang/futures-rs/issues/2865))
> - Add stream::Iter::{get_ref,get_mut,into_inner} ([#2875](https://redirect.github.com/rust-lang/futures-rs/issues/2875))
> - Add future::AlwaysReady ([#2825](https://redirect.github.com/rust-lang/futures-rs/issues/2825))
> - Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} ([#2848](https://redirect.github.com/rust-lang/futures-rs/issues/2848))
>
> 0.3.30 - 2023-12-24
>
> Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.
>
> - Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of ([#2797](https://redirect.github.com/rust-lang/futures-rs/issues/2797))
> - Fix panic in FuturesUnordered::clear ([#2809](https://redirect.github.com/rust-lang/futures-rs/issues/2809))
> - Fix panic in AsyncBufReadExt::fill_buf ([#2801](https://redirect.github.com/rust-lang/futures-rs/issues/2801), [#2812](https://redirect.github.com/rust-lang/futures-rs/issues/2812))
> - Improve support for targets without atomic CAS ([#2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811))
> - Remove build scripts ([#2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811))
Commits
- [1e05281](rust-lang/futures-rs@1e05281) Release 0.3.31
- [8a8b085](rust-lang/futures-rs@8a8b085) Fix clippy::uninit_vec warning
- [f3fb74d](rust-lang/futures-rs@f3fb74d) Document how BoxFutures / BoxStreams are often made ([#2887](https://redirect.github.com/rust-lang/futures-rs/issues/2887))
- [f00e7af](rust-lang/futures-rs@f00e7af) Fix use after free of task in FuturesUnordered when dropped future panics ([#2](https://redirect.github.com/rust-lang/futures-rs/issues/2)...
- [33c46b3](rust-lang/futures-rs@33c46b3) ci: Work around sanitizer issue on latest Linux kernel
- [7bf5a72](rust-lang/futures-rs@7bf5a72) Fix issues with AsyncBufRead::read_line and AsyncBufReadExt::lines ([#2884](https://redirect.github.com/rust-lang/futures-rs/issues/2884))
- [87afaf3](rust-lang/futures-rs@87afaf3) Use #[inline(always)] on clone_arc_raw ([#2865](https://redirect.github.com/rust-lang/futures-rs/issues/2865))
- [549b90b](rust-lang/futures-rs@549b90b) Add accessors for the inner of stream::Iter ([#2875](https://redirect.github.com/rust-lang/futures-rs/issues/2875))
- [07b004a](rust-lang/futures-rs@07b004a) Add missing symbols ([#2883](https://redirect.github.com/rust-lang/futures-rs/issues/2883))
- [86dc069](rust-lang/futures-rs@86dc069) Various fixes too make the CI green ([#2885](https://redirect.github.com/rust-lang/futures-rs/issues/2885))
- Additional commits viewable in [compare view](rust-lang/futures-rs@0.3.29...0.3.31)
[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:
#311
Commit Summary
- [af98089](af98089) chore(deps): bump futures-util from 0.3.29 to 0.3.31 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/311/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/311/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (72)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/311/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/311.patch
- https://github.com/woollygoods/huehuehue/pull/311.diff
—
Reply to this email directly, [view it on GitHub](#311), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXCTEI5NYAHN23V32FLZ2MGMVAVCNFSM6AAAAABPQ5TWP6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TCNRXGU4DSNI).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@dependabot squash and merge
…On 10/8/24 7:45 AM, dependabot[bot] wrote:
Bumps futures-util <https://github.com/rust-lang/futures-rs> from 0.3.29
to 0.3.31.
Release notes
/Sourced from futures-util's releases <https://github.com/rust-lang/
futures-rs/releases>./
0.3.31
* Fix use after free of task in |FuturesUnordered| when dropped
future panics (#2886 <https://redirect.github.com/rust-lang/
futures-rs/issues/2886>)
* Fix soundness bug in |task::waker_ref| (#2830 <https://
redirect.github.com/rust-lang/futures-rs/issues/2830>) This is a
breaking change but allowed because it is soundness bug fix.
* Fix bugs in |AsyncBufRead::read_line| and |
AsyncBufReadExt::lines| (#2884 <https://redirect.github.com/
rust-lang/futures-rs#2884>)
* Fix parsing issue in |select!|/|select_biased!| (#2832 <https://
redirect.github.com/rust-lang/futures-rs/issues/2832>) This is
technically a breaking change as it will now reject a very odd
undocumented syntax that was previously accidentally accepted.
* Work around issue due to upstream |Waker::will_wake| change
(#2865 <https://redirect.github.com/rust-lang/futures-rs/
issues/2865>)
* Add |stream::Iter::{get_ref,get_mut,into_inner}| (#2875
<https://redirect.github.com/rust-lang/futures-rs/issues/2875>)
* Add |future::AlwaysReady| (#2825 <https://redirect.github.com/
rust-lang/futures-rs#2825>)
* Relax trait bound on non-constructor methods of |io::
{BufReader,BufWriter}| (#2848 <https://redirect.github.com/rust-
lang/futures-rs/issues/2848>)
0.3.30
* Add |
{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of|
(#2797 <https://redirect.github.com/rust-lang/futures-rs/
issues/2797>)
* Fix panic in |FuturesUnordered::clear| (#2809 <https://
redirect.github.com/rust-lang/futures-rs/issues/2809>)
* Fix panic in |AsyncBufReadExt::fill_buf| (#2801 <https://
redirect.github.com/rust-lang/futures-rs/issues/2801>, #2812
<https://redirect.github.com/rust-lang/futures-rs/issues/2812>)
* Improve support for targets without atomic CAS (#2811 <https://
redirect.github.com/rust-lang/futures-rs/issues/2811>)
* Remove build scripts (#2811 <https://redirect.github.com/rust-
lang/futures-rs/issues/2811>)
Changelog
/Sourced from futures-util's changelog <https://github.com/rust-lang/
futures-rs/blob/master/CHANGELOG.md>./
0.3.31 - 2024-10-05
* Fix use after free of task in |FuturesUnordered| when dropped
future panics (#2886 <https://redirect.github.com/rust-lang/
futures-rs/issues/2886>)
* Fix soundness bug in |task::waker_ref| (#2830 <https://
redirect.github.com/rust-lang/futures-rs/issues/2830>) This is a
breaking change but allowed because it is soundness bug fix.
* Fix bugs in |AsyncBufRead::read_line| and |
AsyncBufReadExt::lines| (#2884 <https://redirect.github.com/
rust-lang/futures-rs#2884>)
* Fix parsing issue in |select!|/|select_biased!| (#2832 <https://
redirect.github.com/rust-lang/futures-rs/issues/2832>) This is
technically a breaking change as it will now reject a very odd
undocumented syntax that was previously accidentally accepted.
* Work around issue due to upstream |Waker::will_wake| change
(#2865 <https://redirect.github.com/rust-lang/futures-rs/
issues/2865>)
* Add |stream::Iter::{get_ref,get_mut,into_inner}| (#2875
<https://redirect.github.com/rust-lang/futures-rs/issues/2875>)
* Add |future::AlwaysReady| (#2825 <https://redirect.github.com/
rust-lang/futures-rs#2825>)
* Relax trait bound on non-constructor methods of |io::
{BufReader,BufWriter}| (#2848 <https://redirect.github.com/rust-
lang/futures-rs/issues/2848>)
0.3.30 - 2023-12-24
*Note:* This release of futures-util has been yanked due to a bug
fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and
later.
* Add |
{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of|
(#2797 <https://redirect.github.com/rust-lang/futures-rs/
issues/2797>)
* Fix panic in |FuturesUnordered::clear| (#2809 <https://
redirect.github.com/rust-lang/futures-rs/issues/2809>)
* Fix panic in |AsyncBufReadExt::fill_buf| (#2801 <https://
redirect.github.com/rust-lang/futures-rs/issues/2801>, #2812
<https://redirect.github.com/rust-lang/futures-rs/issues/2812>)
* Improve support for targets without atomic CAS (#2811 <https://
redirect.github.com/rust-lang/futures-rs/issues/2811>)
* Remove build scripts (#2811 <https://redirect.github.com/rust-
lang/futures-rs/issues/2811>)
Commits
* |1e05281| <https://github.com/rust-lang/futures-rs/
commit/1e052816b09890925cfdfcbe8d390cdaae5e4c38> Release 0.3.31
* |8a8b085| <https://github.com/rust-lang/futures-rs/
commit/8a8b085a8c1a7396173a104c67e0cf2f5b74fc74> Fix
clippy::uninit_vec warning
* |f3fb74d| <https://github.com/rust-lang/futures-rs/commit/
f3fb74df310d070d91df7995c942f223cba6720a> Document how |BoxFuture|
s / |BoxStream|s are often made (#2887 <https://redirect.github.com/
rust-lang/futures-rs#2887>)
* |f00e7af| <https://github.com/rust-lang/futures-rs/commit/
f00e7afb467e5f9b3c81724cc3cac1f0687fff7c> Fix use after free of task
in FuturesUnordered when dropped future panics (#2 <https://
redirect.github.com/rust-lang/futures-rs/issues/2>...
* |33c46b3| <https://github.com/rust-lang/futures-rs/
commit/33c46b3dc65e151e0e794636ad62872330733557> ci: Work around
sanitizer issue on latest Linux kernel
* |7bf5a72| <https://github.com/rust-lang/futures-rs/
commit/7bf5a72826c0daed633ec48e8ddaecd8a32f0d11> Fix issues with |
AsyncBufRead::read_line| and |AsyncBufReadExt::lines| (#2884
<https://redirect.github.com/rust-lang/futures-rs/issues/2884>)
* |87afaf3| <https://github.com/rust-lang/futures-rs/
commit/87afaf3973e8652228f7ccaadd04e7b0e456c63d> Use |
#[inline(always)]| on |clone_arc_raw| (#2865 <https://
redirect.github.com/rust-lang/futures-rs/issues/2865>)
* |549b90b| <https://github.com/rust-lang/futures-rs/
commit/549b90b1793a044bcade67b81a3d7eabd95f3971> Add accessors for
the inner of stream::Iter (#2875 <https://redirect.github.com/rust-
lang/futures-rs/issues/2875>)
* |07b004a| <https://github.com/rust-lang/futures-rs/
commit/07b004ac7e0d72e09ff652f234d00e4f26a5f558> Add missing symbols
(#2883 <https://redirect.github.com/rust-lang/futures-rs/issues/2883>)
* |86dc069| <https://github.com/rust-lang/futures-rs/
commit/86dc069fa278d4197de91eb6e038e0ec64857684> Various fixes too
make the CI green (#2885 <https://redirect.github.com/rust-lang/
futures-rs/issues/2885>)
* Additional commits viewable in compare view <https://github.com/
rust-lang/futures-rs/compare/0.3.29...0.3.31>
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:
#311 <https://github.com/
woollygoods/huehuehue#311>
Commit Summary
* af98089 <https://github.com/woollygoods/huehuehue/pull/311/commits/
af98089> chore(deps): bump futures-
util from 0.3.29 to 0.3.31 in /src-tauri
File Changes
(2 files <https://github.com/woollygoods/huehuehue/pull/311/files>)
* *M* src-tauri/Cargo.lock <https://github.com/woollygoods/huehuehue/
pull/311/
files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd> (72)
* *M* src-tauri/Cargo.toml <https://github.com/woollygoods/huehuehue/
pull/311/files#diff-
fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39> (2)
Patch Links:
* https://github.com/woollygoods/huehuehue/pull/311.patch <https://
github.com/woollygoods/huehuehue/pull/311.patch>
* https://github.com/woollygoods/huehuehue/pull/311.diff <https://
github.com/woollygoods/huehuehue/pull/311.diff>
—
Reply to this email directly, view it on GitHub <https://github.com/
woollygoods/huehuehue#311>, or unsubscribe <https://github.com/
notifications/unsubscribe-auth/
AISLPXEYQKYLD3TRP5K5LQ3Z2NWQVAVCNFSM6AAAAABPQ5TWP6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TCNRXGU4DSNI>.
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 futures-util from 0.3.29 to 0.3.31.
Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)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 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)