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

fix(deps): update tokio-packages #357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies minor 1.40.0 -> 1.43.0
tokio-stream (source) dependencies patch 0.1.16 -> 0.1.17
tokio-util (source) dependencies patch 0.7.12 -> 0.7.13

Release Notes

tokio-rs/tokio (tokio)

v1.43.0: Tokio v1.43.0

Compare Source

1.43.0 (Jan 8th, 2025)

Added
  • net: add UdpSocket::peek methods (#​7068)
  • net: add support for Haiku OS (#​7042)
  • process: add Command::into_std() (#​7014)
  • signal: add SignalKind::info on illumos (#​6995)
  • signal: add support for realtime signals on illumos (#​7029)
Fixed
  • io: don't call set_len before initializing vector in Blocking (#​7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#​6874)
  • runtime: fix thread parking on WebAssembly (#​7041)
Changes
  • chore: use unsync loads for unsync_load (#​7073)
  • io: use Buf::put_bytes in Repeat read impl (#​7055)
  • task: drop the join waker of a task eagerly (#​6986)
Changes to unstable APIs
  • metrics: improve flexibility of H2Histogram Configuration (#​6963)
  • taskdump: add accessor methods for backtrace (#​6975)
Documented
  • io: clarify ReadBuf::uninit allows initialized buffers as well (#​7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#​7067)
  • runtime: fix LocalRuntime doc links (#​7074)
  • sync: extend documentation for watch::Receiver::wait_for (#​7038)
  • sync: fix typos in OnceCell docs (#​7047)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)

Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)

v1.41.0: Tokio v1.41.0

Compare Source

1.41.0 (Oct 22th, 2024)

Added
Added (unstable)
  • metrics: add H2 Histogram option to improve histogram granularity (#​6897)
  • metrics: rename some histogram apis (#​6924)
  • runtime: add LocalRuntime (#​6808)
Changed
  • runtime: box futures larger than 16k on release mode (#​6826)
  • sync: add #[must_use] to Notified (#​6828)
  • sync: make watch cooperative (#​6846)
  • sync: make broadcast::Receiver cooperative (#​6870)
  • task: add task size to tracing instrumentation (#​6881)
  • wasm: enable cfg_fs for wasi target (#​6822)
Fixed
  • net: fix regression of abstract socket path in unix socket (#​6838)
Documented
  • io: recommend OwnedFd with AsyncFd (#​6821)
  • io: document cancel safety of AsyncFd methods (#​6890)
  • macros: render more comprehensible documentation for join and try_join (#​6814, #​6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#​6840)
  • sync: document runtime compatibility (#​6833)

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.13%. Comparing base (4b740d7) to head (7858efe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files          17       17           
  Lines        1429     1429           
=======================================
  Hits         1188     1188           
  Misses        241      241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate tokio-util to 0.7.11 fix(deps): update rust crate tokio-util to v0.7.11 May 5, 2024
@renovate renovate bot force-pushed the renovate/tokio-packages branch 7 times, most recently from 0408a08 to 70e562c Compare May 10, 2024 00:31
@renovate renovate bot force-pushed the renovate/tokio-packages branch 5 times, most recently from fb3b996 to ace8ff9 Compare May 18, 2024 16:53
@renovate renovate bot force-pushed the renovate/tokio-packages branch 3 times, most recently from b77bc9e to ea0f198 Compare May 25, 2024 21:48
@renovate renovate bot force-pushed the renovate/tokio-packages branch 2 times, most recently from e19d23e to fa768be Compare May 30, 2024 21:26
@renovate renovate bot changed the title fix(deps): update rust crate tokio-util to v0.7.11 fix(deps): update tokio-packages May 30, 2024
@renovate renovate bot force-pushed the renovate/tokio-packages branch 6 times, most recently from af5aed4 to aded12c Compare June 10, 2024 20:00
@renovate renovate bot force-pushed the renovate/tokio-packages branch 4 times, most recently from 99ceac3 to b1c79cd Compare June 18, 2024 22:37
@renovate renovate bot force-pushed the renovate/tokio-packages branch 6 times, most recently from 033d4b6 to 4f84b4b Compare October 28, 2024 23:13
@renovate renovate bot force-pushed the renovate/tokio-packages branch 6 times, most recently from c0a4c03 to 34bdba6 Compare November 4, 2024 18:48
@renovate renovate bot force-pushed the renovate/tokio-packages branch from 34bdba6 to 7fdfda0 Compare November 8, 2024 11:39
@renovate renovate bot changed the title fix(deps): update rust crate tokio to v1.41.0 fix(deps): update rust crate tokio to v1.41.1 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/tokio-packages branch from 7fdfda0 to a025295 Compare November 8, 2024 16:26
@renovate renovate bot changed the title fix(deps): update rust crate tokio to v1.41.1 fix(deps): update rust crate tokio to v1.42.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/tokio-packages branch 5 times, most recently from 5901622 to 9b766cb Compare December 4, 2024 10:41
@renovate renovate bot changed the title fix(deps): update rust crate tokio to v1.42.0 fix(deps): update tokio-packages Dec 4, 2024
@renovate renovate bot force-pushed the renovate/tokio-packages branch 5 times, most recently from f3a1a36 to 2e08dab Compare December 11, 2024 11:25
@renovate renovate bot force-pushed the renovate/tokio-packages branch from 2e08dab to e7024f9 Compare January 8, 2025 18:03
@renovate renovate bot force-pushed the renovate/tokio-packages branch from e7024f9 to 7858efe Compare January 12, 2025 22:51
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.

0 participants