-
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.37.0 to 1.38.1 in /src-tauri #274
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 [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jul 16, 2024
@dependabot squash and merge
…--
Cedric Schwyter
Software Engineer | ***@***.*** | +41 76 683 52 72
Ringstrasse 145, 8107 Buchs, CH
-------- Original Message --------
On 17 Jul 2024, 00:14, dependabot[bot] wrote:
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.1.
Release notes
Sourced from [tokio's releases](https://github.com/tokio-rs/tokio/releases).
> Tokio v1.38.1
>
> 1.38.1 (July 16th, 2024)
>
> This release fixes the bug identified as ([#6682](https://github.com/tokio-rs/tokio/issues/6682)), which caused timers not to fire when they should.
>
> Fixed
>
> - time: update wake_up while holding all the locks of sharded time wheels ([#6683](https://github.com/tokio-rs/tokio/issues/6683))
>
> [#6682](https://github.com/tokio-rs/tokio/issues/6682): [tokio-rs/tokio#6682](https://github.com/tokio-rs/tokio/pull/6682) [#6683](https://github.com/tokio-rs/tokio/issues/6683): [tokio-rs/tokio#6683](https://github.com/tokio-rs/tokio/pull/6683)
>
> Tokio v1.38.0
>
> This release marks the beginning of stabilization for runtime metrics. It stabilizes RuntimeMetrics::worker_count. Future releases will continue to stabilize more metrics.
>
> Added
>
> - fs: add File::create_new ([#6573](https://github.com/tokio-rs/tokio/issues/6573))
> - io: add copy_bidirectional_with_sizes ([#6500](https://github.com/tokio-rs/tokio/issues/6500))
> - io: implement AsyncBufRead for Join ([#6449](https://github.com/tokio-rs/tokio/issues/6449))
> - net: add Apple visionOS support ([#6465](https://github.com/tokio-rs/tokio/issues/6465))
> - net: implement Clone for NamedPipeInfo ([#6586](https://github.com/tokio-rs/tokio/issues/6586))
> - net: support QNX OS ([#6421](https://github.com/tokio-rs/tokio/issues/6421))
> - sync: add Notify::notify_last ([#6520](https://github.com/tokio-rs/tokio/issues/6520))
> - sync: add mpsc::Receiver::{capacity,max_capacity} ([#6511](https://github.com/tokio-rs/tokio/issues/6511))
> - sync: add split method to the semaphore permit ([#6472](https://github.com/tokio-rs/tokio/issues/6472), [#6478](https://github.com/tokio-rs/tokio/issues/6478))
> - task: add tokio::task::join_set::Builder::spawn_blocking ([#6578](https://github.com/tokio-rs/tokio/issues/6578))
> - wasm: support rt-multi-thread with wasm32-wasi-preview1-threads ([#6510](https://github.com/tokio-rs/tokio/issues/6510))
>
> Changed
>
> - macros: make #[tokio::test] append #[test] at the end of the attribute list ([#6497](https://github.com/tokio-rs/tokio/issues/6497))
> - metrics: fix blocking_threads count ([#6551](https://github.com/tokio-rs/tokio/issues/6551))
> - metrics: stabilize RuntimeMetrics::worker_count ([#6556](https://github.com/tokio-rs/tokio/issues/6556))
> - runtime: move task out of the lifo_slot in block_in_place ([#6596](https://github.com/tokio-rs/tokio/issues/6596))
> - runtime: panic if global_queue_interval is zero ([#6445](https://github.com/tokio-rs/tokio/issues/6445))
> - sync: always drop message in destructor for oneshot receiver ([#6558](https://github.com/tokio-rs/tokio/issues/6558))
> - sync: instrument Semaphore for task dumps ([#6499](https://github.com/tokio-rs/tokio/issues/6499))
> - sync: use FIFO ordering when waking batches of wakers ([#6521](https://github.com/tokio-rs/tokio/issues/6521))
> - task: make LocalKey::get work with Clone types ([#6433](https://github.com/tokio-rs/tokio/issues/6433))
> - tests: update nix and mio-aio dev-dependencies ([#6552](https://github.com/tokio-rs/tokio/issues/6552))
> - time: clean up implementation ([#6517](https://github.com/tokio-rs/tokio/issues/6517))
> - time: lazily init timers on first poll ([#6512](https://github.com/tokio-rs/tokio/issues/6512))
> - time: remove the true_when field in TimerShared ([#6563](https://github.com/tokio-rs/tokio/issues/6563))
> - time: use sharding for timer implementation ([#6534](https://github.com/tokio-rs/tokio/issues/6534))
>
> Fixed
... (truncated)
Commits
- [14b9f71](tokio-rs/tokio@14b9f71) chore: release Tokio v1.38.1 ([#6688](https://github.com/tokio-rs/tokio/issues/6688))
- [24344df](tokio-rs/tokio@24344df) time: fix race condition leading to lost timers ([#6683](https://github.com/tokio-rs/tokio/issues/6683))
- [14c17fc](tokio-rs/tokio@14c17fc) chore: prepare Tokio v1.38.0 ([#6601](https://github.com/tokio-rs/tokio/issues/6601))
- [65cbf73](tokio-rs/tokio@65cbf73) chore: prepare tokio-macros v2.3.0 ([#6600](https://github.com/tokio-rs/tokio/issues/6600))
- [dbf93c7](tokio-rs/tokio@dbf93c7) sync: fix incorrect is_empty on mpsc block boundaries ([#6603](https://github.com/tokio-rs/tokio/issues/6603))
- [873cb8a](tokio-rs/tokio@873cb8a) runtime: move task out of the lifo_slot in block_in_place ([#6596](https://github.com/tokio-rs/tokio/issues/6596))
- [97bb47b](tokio-rs/tokio@97bb47b) task: fix a typo in doc of LocalSet::run_until ([#6599](https://github.com/tokio-rs/tokio/issues/6599))
- [86658bd](tokio-rs/tokio@86658bd) metrics: stabilize RuntimeMetrics::worker_count ([#6556](https://github.com/tokio-rs/tokio/issues/6556))
- [9e00b26](tokio-rs/tokio@9e00b26) sync: add Notify::notify_last ([#6520](https://github.com/tokio-rs/tokio/issues/6520))
- [6c42d28](tokio-rs/tokio@6c42d28) net: fix misleading NamedPipeServer example ([#6590](https://github.com/tokio-rs/tokio/issues/6590))
- Additional commits viewable in [compare view](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.1)
[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:
#274
Commit Summary
- [40805f9](40805f9) chore(deps): bump tokio from 1.37.0 to 1.38.1 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/274/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/274/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (8)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/274/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/274.patch
- https://github.com/woollygoods/huehuehue/pull/274.diff
—
Reply to this email directly, [view it on GitHub](#274), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXEKXH24JDMOOBZPXM3ZMWLNZAVCNFSM6AAAAABK7N534CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYTEMJSHA4TONA).
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 tokio from 1.37.0 to 1.38.1.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
14b9f71
chore: release Tokio v1.38.1 (#6688)24344df
time: fix race condition leading to lost timers (#6683)14c17fc
chore: prepare Tokio v1.38.0 (#6601)65cbf73
chore: prepare tokio-macros v2.3.0 (#6600)dbf93c7
sync: fix incorrect is_empty on mpsc block boundaries (#6603)873cb8a
runtime: move task out of thelifo_slot
inblock_in_place
(#6596)97bb47b
task: fix a typo in doc ofLocalSet::run_until
(#6599)86658bd
metrics: stabilizeRuntimeMetrics::worker_count
(#6556)9e00b26
sync: addNotify::notify_last
(#6520)6c42d28
net: fix misleadingNamedPipeServer
example (#6590)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)