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

[deps]: Update Rust crate tokio to 1.36.0 #579

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies minor 1.35.1 -> 1.36.0
tokio (source) dev-dependencies minor 1.35.1 -> 1.36.0

Release Notes

tokio-rs/tokio (tokio)

v1.36.0: Tokio v1.36.0

Compare Source

1.36.0 (February 2nd, 2024)
Added
  • io: add tokio::io::Join (#​6220)
  • io: implement AsyncWrite for Empty (#​6235)
  • net: add support for anonymous unix pipes (#​6127)
  • net: add UnixSocket (#​6290)
  • net: expose keepalive option on TcpSocket (#​6311)
  • sync: add {Receiver,UnboundedReceiver}::poll_recv_many (#​6236)
  • sync: add Sender::{try_,}reserve_many (#​6205)
  • sync: add watch::Receiver::mark_unchanged (#​6252)
  • task: add JoinSet::try_join_next (#​6280)
  • time: add FutureExt::timeout (#​6276)
Changed
  • io: make copy cooperative (#​6265)
  • io: make repeat and sink cooperative (#​6254)
  • io: simplify check for empty slice (#​6293)
  • rt: improve robustness of wake_in_drop_after_panic test (#​6238)
  • process: use pidfd on Linux when available (#​6152)
  • sync: use AtomicBool in broadcast channel future (#​6298)
Fixed
Documented
  • io: clarify clear_ready docs (#​6304)
  • net: document that *Fd traits on TcpSocket are unix-only (#​6294)
  • sync: document FIFO behavior of tokio::sync::Mutex (#​6279)

Configuration

📅 Schedule: Branch creation - "every weekend" (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 these updates 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.

@bitwarden-bot bitwarden-bot changed the title [deps]: Update Rust crate tokio to 1.36.0 [PM-6056] [deps]: Update Rust crate tokio to 1.36.0 Feb 3, 2024
@bitwarden-bot
Copy link

bitwarden-bot commented Feb 3, 2024

Logo
Checkmarx One – Scan Summary & Detailsbc307b10-edb1-4ab9-9b78-07afc8f1fdbe

No New Or Fixed Issues Found

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (32be569) 53.77% compared to head (fb6b2c5) 53.77%.
Report is 1 commits behind head on main.

❗ Current head fb6b2c5 differs from pull request most recent head 05f6d49. Consider uploading reports for the commit 05f6d49 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #579   +/-   ##
=======================================
  Coverage   53.77%   53.77%           
=======================================
  Files         165      165           
  Lines        8878     8878           
=======================================
  Hits         4774     4774           
  Misses       4104     4104           

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

@renovate renovate bot changed the title [PM-6056] [deps]: Update Rust crate tokio to 1.36.0 [deps]: Update Rust crate tokio to 1.36.0 Feb 3, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x branch from fb6b2c5 to 05f6d49 Compare February 5, 2024 09:43
@Hinton Hinton merged commit 098870d into main Feb 5, 2024
58 checks passed
@Hinton Hinton deleted the renovate/tokio-1.x branch February 5, 2024 10:02
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.

2 participants