-
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 tokio from 1.29.1 to 1.30.0 in /src-tauri #46
Closed
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 [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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
Aug 9, 2023
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #46 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 4 4
Lines 130 129 -1
=======================================
+ Misses 130 129 -1 ☔ View full report in Codecov by Sentry. |
@dependabot squash and merge
…On 8/10/23 00:20, dependabot[bot] wrote:
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
Release notes
Sourced from [tokio's releases](https://github.com/tokio-rs/tokio/releases).
> Tokio v1.30.0
>
> 1.30.0 (August 9, 2023)
>
> This release bumps the MSRV of Tokio to 1.63. ([#5887](https://redirect.github.com/tokio-rs/tokio/issues/5887))
>
> Changed
>
> - tokio: reduce LLVM code generation ([#5859](https://redirect.github.com/tokio-rs/tokio/issues/5859))
> - io: support --cfg mio_unsupported_force_poll_poll flag ([#5881](https://redirect.github.com/tokio-rs/tokio/issues/5881))
> - sync: make const_new methods always available ([#5885](https://redirect.github.com/tokio-rs/tokio/issues/5885))
> - sync: avoid false sharing in mpsc channel ([#5829](https://redirect.github.com/tokio-rs/tokio/issues/5829))
> - rt: pop at least one task from inject queue ([#5908](https://redirect.github.com/tokio-rs/tokio/issues/5908))
>
> Added
>
> - sync: add broadcast::Sender::new ([#5824](https://redirect.github.com/tokio-rs/tokio/issues/5824))
> - net: implement UCred for espidf ([#5868](https://redirect.github.com/tokio-rs/tokio/issues/5868))
> - fs: add File::options() ([#5869](https://redirect.github.com/tokio-rs/tokio/issues/5869))
> - time: implement extra reset variants for Interval ([#5878](https://redirect.github.com/tokio-rs/tokio/issues/5878))
> - process: add {ChildStd*}::into_owned_{fd, handle} ([#5899](https://redirect.github.com/tokio-rs/tokio/issues/5899))
>
> Removed
>
> - tokio: removed unused tokio_* cfgs ([#5890](https://redirect.github.com/tokio-rs/tokio/issues/5890))
> - remove build script to speed up compilation ([#5887](https://redirect.github.com/tokio-rs/tokio/issues/5887))
>
> Documented
>
> - sync: mention lagging in docs for broadcast::send ([#5820](https://redirect.github.com/tokio-rs/tokio/issues/5820))
> - runtime: expand on sharing runtime docs ([#5858](https://redirect.github.com/tokio-rs/tokio/issues/5858))
> - io: use vec in example for AsyncReadExt::read_exact ([#5863](https://redirect.github.com/tokio-rs/tokio/issues/5863))
> - time: mark Sleep as !Unpin in docs ([#5916](https://redirect.github.com/tokio-rs/tokio/issues/5916))
> - process: fix raw_arg not showing up in docs ([#5865](https://redirect.github.com/tokio-rs/tokio/issues/5865))
>
> Unstable
>
> - rt: add runtime ID ([#5864](https://redirect.github.com/tokio-rs/tokio/issues/5864))
> - rt: initial implementation of new threaded runtime ([#5823](https://redirect.github.com/tokio-rs/tokio/issues/5823))
>
> [#5820](https://redirect.github.com/tokio-rs/tokio/issues/5820): [tokio-rs/tokio#5820](https://redirect.github.com/tokio-rs/tokio/pull/5820) [#5823](https://redirect.github.com/tokio-rs/tokio/issues/5823): [tokio-rs/tokio#5823](https://redirect.github.com/tokio-rs/tokio/pull/5823) [#5824](https://redirect.github.com/tokio-rs/tokio/issues/5824): [tokio-rs/tokio#5824](https://redirect.github.com/tokio-rs/tokio/pull/5824) [#5829](https://redirect.github.com/tokio-rs/tokio/issues/5829): [tokio-rs/tokio#5829](https://redirect.github.com/tokio-rs/tokio/pull/5829) [#5858](https://redirect.github.com/tokio-rs/tokio/issues/5858): [tokio-rs/tokio#5858](https://redirect.github.com/tokio-rs/tokio/pull/5858) [#5859](https://redirect.github.com/tokio-rs/tokio/issues/5859): [tokio-rs/tokio#5859](https://redirect.github.com/tokio-rs/tokio/pull/5859) [#5863](https://redirect.github.com/tokio-rs/tokio/issues/5863): [tokio-rs/tokio#5863](https://redirect.github.com/tokio-rs/tokio/pull/5863) [#5864](https://redirect.github.com/tokio-rs/tokio/issues/5864): [tokio-rs/tokio#5864](https://redirect.github.com/tokio-rs/tokio/pull/5864) [#5865](https://redirect.github.com/tokio-rs/tokio/issues/5865): [tokio-rs/tokio#5865](https://redirect.github.com/tokio-rs/tokio/pull/5865) [#5868](https://redirect.github.com/tokio-rs/tokio/issues/5868): [tokio-rs/tokio#5868](https://redirect.github.com/tokio-rs/tokio/pull/5868) [#5869](https://redirect.github.com/tokio-rs/tokio/issues/5869): [tokio-rs/tokio#5869](https://redirect.github.com/tokio-rs/tokio/pull/5869)
... (truncated)
Commits
- [4c220af](tokio-rs/tokio@4c220af) chore: prepare Tokio v1.30.0 release ([#5917](https://redirect.github.com/tokio-rs/tokio/issues/5917))
- [0a631f8](tokio-rs/tokio@0a631f8) process: add {ChildStd*}::into_owned_{fd, handle} ([#5899](https://redirect.github.com/tokio-rs/tokio/issues/5899))
- [ee44dc9](tokio-rs/tokio@ee44dc9) ci: fix MIRI tests ([#5919](https://redirect.github.com/tokio-rs/tokio/issues/5919))
- [51cffbb](tokio-rs/tokio@51cffbb) time: mark Sleep as !Unpin in docs ([#5916](https://redirect.github.com/tokio-rs/tokio/issues/5916))
- [8832e93](tokio-rs/tokio@8832e93) rt(alt): fix a number of concurrency bugs ([#5907](https://redirect.github.com/tokio-rs/tokio/issues/5907))
- [dbda204](tokio-rs/tokio@dbda204) time: implement extra reset variants for Interval ([#5878](https://redirect.github.com/tokio-rs/tokio/issues/5878))
- [7c54fdc](tokio-rs/tokio@7c54fdc) rt: pop at least one task from inject queue ([#5908](https://redirect.github.com/tokio-rs/tokio/issues/5908))
- [38d1bcd](tokio-rs/tokio@38d1bcd) sync: avoid false sharing in mpsc channel ([#5829](https://redirect.github.com/tokio-rs/tokio/issues/5829))
- [52e6510](tokio-rs/tokio@52e6510) runtime: fix flaky test wake_while_rt_is_dropping ([#5905](https://redirect.github.com/tokio-rs/tokio/issues/5905))
- [e5e8855](tokio-rs/tokio@e5e8855) Update CI config ([#5893](https://redirect.github.com/tokio-rs/tokio/issues/5893))
- Additional commits viewable in [compare view](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.0)
[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:
#46
Commit Summary
- [2529a5a](2529a5a) chore(deps): bump tokio from 1.29.1 to 1.30.0 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/46/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/46/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (27)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/46/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/46.patch
- https://github.com/woollygoods/huehuehue/pull/46.diff
—
Reply to this email directly, [view it on GitHub](#46), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXGHQHSCULLIFIFPHYLXUQELJANCNFSM6AAAAAA3KUEHUU).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Superseded by #50. |
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 tokio from 1.29.1 to 1.30.0.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
4c220af
chore: prepare Tokio v1.30.0 release (#5917)0a631f8
process: add{ChildStd*}::into_owned_{fd, handle}
(#5899)ee44dc9
ci: fix MIRI tests (#5919)51cffbb
time: markSleep
as!Unpin
in docs (#5916)8832e93
rt(alt): fix a number of concurrency bugs (#5907)dbda204
time: implement extra reset variants forInterval
(#5878)7c54fdc
rt: pop at least one task from inject queue (#5908)38d1bcd
sync: avoid false sharing in mpsc channel (#5829)52e6510
runtime: fix flaky testwake_while_rt_is_dropping
(#5905)e5e8855
Update CI config (#5893)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)