Skip to content

chore(deps): bump tokio from 1.49.0 to 1.50.0 in /frontend/src-tauri in the tokio group across 1 directory - #38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/frontend/src-tauri/tokio-959c36f81d
Open

chore(deps): bump tokio from 1.49.0 to 1.50.0 in /frontend/src-tauri in the tokio group across 1 directory#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/frontend/src-tauri/tokio-959c36f81d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the tokio group with 1 update in the /frontend/src-tauri directory: tokio.

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Rust Pull requests that update Rust code labels May 21, 2026
@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lumina-pdf Ready Ready Preview, Comment May 28, 2026 5:33am

@github-actions

Copy link
Copy Markdown
Contributor

Java Formatting Check Failed

Your code has formatting issues. Run the following command to fix them:

task backend:format

Then commit and push the changes.

@github-actions

Copy link
Copy Markdown
Contributor

Frontend Check Failed

There are issues with your frontend code that will need to be fixed before they can be merged in.

Run task frontend:fix to auto-fix what can be fixed automatically, then run task frontend:check:all to see what still needs fixing manually.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 2404691 to 1721dc4 Compare May 28, 2026 05:32
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 1721dc4 to 4a94794 Compare June 18, 2026 05:14
@dependabot dependabot Bot changed the title build(deps): bump tokio from 1.49.0 to 1.50.0 in /frontend/src-tauri in the tokio group across 1 directory chore(deps): bump tokio from 1.49.0 to 1.50.0 in /frontend/src-tauri in the tokio group across 1 directory Jun 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch 2 times, most recently from a692fbb to 5287aa1 Compare July 2, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 5287aa1 to dbacc92 Compare July 9, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch 2 times, most recently from ca63333 to 3b8aad1 Compare July 23, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch 2 times, most recently from b240c5f to 17f9af9 Compare August 6, 2026 05:13
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch 2 times, most recently from 1af9e60 to 9a06506 Compare August 20, 2026 05:13
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 9a06506 to 6f1b8d8 Compare August 27, 2026 05:13
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 6f1b8d8 to 7885d98 Compare September 3, 2026 05:13
Bumps the tokio group with 1 update in the /frontend/src-tauri directory: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tokio
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/frontend/src-tauri/tokio-959c36f81d branch from 7885d98 to 35419bd Compare September 10, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants