Skip to content
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): update rust crate tokio to v1.40.0 #263

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Type Update Change
tokio (source) workspace.dependencies minor 1.39.2 -> 1.40.0

Release Notes

tokio-rs/tokio (tokio)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

v1.39.3: Tokio v1.39.3

Compare Source

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#​6772)


Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Jul 29, 2024

Pull Request Test Coverage Report for Build 10480064802

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 63.99%

Files with Coverage Reduction New Missed Lines %
common/src/tap/checks/deny_list_check.rs 1 92.98%
Totals Coverage Status
Change from base Build 10480046998: -0.02%
Covered Lines: 3929
Relevant Lines: 6140

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 7 times, most recently from 7304377 to 3de4589 Compare August 7, 2024 21:37
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 2 times, most recently from 07a7a30 to 60d3a49 Compare August 11, 2024 21:21
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.39.2 chore(deps): update rust crate tokio to v1.39.2 - autoclosed Aug 12, 2024
@renovate renovate bot closed this Aug 12, 2024
@renovate renovate bot deleted the renovate/tokio-1.x-lockfile branch August 12, 2024 20:49
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.39.2 - autoclosed chore(deps): update rust crate tokio to v1.39.2 Aug 17, 2024
@renovate renovate bot restored the renovate/tokio-1.x-lockfile branch August 17, 2024 19:28
@renovate renovate bot reopened this Aug 17, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 60d3a49 to cd8ead3 Compare August 17, 2024 22:58
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.39.2 chore(deps): update rust crate tokio to v1.39.3 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 9 times, most recently from ac3cd75 to db9dd6c Compare August 26, 2024 16:01
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from db9dd6c to 42d849c Compare August 27, 2024 17:07
@renovate renovate bot changed the title chore(deps): update rust crate tokio to v1.39.3 chore(deps): update rust crate tokio to v1.40.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 42d849c to d589010 Compare September 16, 2024 10:48
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 7 times, most recently from 114f834 to daef29f Compare September 20, 2024 22:55
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 3 times, most recently from 86e7e6f to af40912 Compare October 1, 2024 16:14
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch 6 times, most recently from 06b6812 to 003fa16 Compare October 4, 2024 16:31
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 003fa16 to b509dc8 Compare October 4, 2024 16:43
@gusinacio gusinacio merged commit 943412b into main Oct 4, 2024
10 checks passed
@gusinacio gusinacio deleted the renovate/tokio-1.x-lockfile branch October 4, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant