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 1.35.0 #218

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tokio (source) dev-dependencies minor 1.34.0 -> 1.35.0

Release Notes

tokio-rs/tokio (tokio)

v1.35.0: Tokio v1.35.0

Compare Source

1.35.0 (December 8th, 2023)

Added
  • net: add Apple watchOS support (#​6176)
Changed
  • io: drop the Sized requirements from AsyncReadExt.read_buf (#​6169)
  • runtime: make Runtime unwind safe (#​6189)
  • runtime: reduce the lock contention in task spawn (#​6001)
  • tokio: update nix dependency to 0.27.1 (#​6190)
Fixed
  • chore: make --cfg docsrs work without net feature (#​6166)
  • chore: use relaxed load for unsync_load on miri (#​6179)
  • runtime: handle missing context on wake (#​6148)
  • taskdump: fix taskdump cargo config example (#​6150)
  • taskdump: skip notified tasks during taskdumps (#​6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#​6107)
  • tracing: make task span explicit root (#​6158)
Documented
  • io: flush in AsyncWriteExt examples (#​6149)
  • runtime: document fairness guarantees and current behavior (#​6145)
  • task: document cancel safety of LocalSet::run_until (#​6147)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Dec 9, 2023

Benchmark for 262360d

Click to view benchmark
Test Base PR %
mysql/consume/1000 2.8±0.18s 2.8±0.12s 0.00%
mysql/push/1000 1531.3±148.70ms 1423.1±153.22ms -7.07%
postgres/consume/1000 713.6±24.61ms 805.7±45.25ms +12.91%
postgres/push/1000 537.7±40.64ms 566.9±30.29ms +5.43%
redis/consume/1000 551.6±0.35ms 551.7±0.32ms +0.02%
redis/push/1000 164.6±2.24ms 162.9±1.35ms -1.03%
sqlite_in_memory/consume/1000 1000.2±0.21ms 995.2±15.81ms -0.50%
sqlite_in_memory/push/1000 71.8±0.27ms 70.9±2.73ms -1.25%

@geofmureithi geofmureithi merged commit 3dcbea1 into master Dec 15, 2023
5 checks passed
@geofmureithi geofmureithi deleted the renovate/tokio-1.x branch December 15, 2023 13:14
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