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

Bump tokio from 1.16.1 to 1.18.5 in /examples/crate_universe/vendor_local_manifests #2105

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps tokio from 1.16.1 to 1.18.5.

Release notes

Sourced from tokio's releases.

Tokio v1.18.3

1.18.3 (September 27, 2022)

This release removes the dependency on the once_cell crate to restore the MSRV of the 1.18.x LTS release. (#5048)

#5048: tokio-rs/tokio#5048

Tokio v1.18.2

1.18.2 (May 5, 2022)

Add missing features for the winapi dependency. (#4663)

#4663: tokio-rs/tokio#4663

Tokio v1.18.1

1.18.1 (May 2, 2022)

The 1.18.0 release broke the build for targets without 64-bit atomics when building with tokio_unstable. This release fixes that. (#4649)

#4649: tokio-rs/tokio#4649

Tokio v1.18.0

1.18.0 (April 27, 2022)

This release adds a number of new APIs in tokio::net, tokio::signal, and tokio::sync. In addition, it adds new unstable APIs to tokio::task (Ids for uniquely identifying a task, and AbortHandle for remotely cancelling a task), as well as a number of bugfixes.

Fixed

  • blocking: add missing #[track_caller] for spawn_blocking (#4616)
  • macros: fix select macro to process 64 branches (#4519)
  • net: fix try_io methods not calling Mio's try_io internally (#4582)
  • runtime: recover when OS fails to spawn a new thread (#4485)

Added

  • net: add UdpSocket::peer_addr (#4611)
  • net: add try_read_buf method for named pipes (#4626)
  • signal: add SignalKind Hash/Eq impls and c_int conversion (#4540)
  • signal: add support for signals up to SIGRTMAX (#4555)
  • sync: add watch::Sender::send_modify method (#4310)
  • sync: add broadcast::Receiver::len method (#4542)
  • sync: add watch::Receiver::same_channel method (#4581)
  • sync: implement Clone for RecvError types (#4560)

Changed

... (truncated)

Commits
  • 171ce0f chore: prepare Tokio v1.18.5 release
  • d6ea7a7 Add T: Unpin bound to ReadHalf::unsplit
  • 9241c3e chore: prepare Tokio v1.18.4 release
  • 699573d net: fix named pipes server configuration builder
  • 5c76d07 chore: prepare Tokio v1.18.3 (#5051)
  • 05e6614 chore: don't use once_cell for 1.18.x LTS release (#5048)
  • 7aa1566 chore: prepare Tokio v1.18.2
  • 7c8e552 windows: add features for winapi (#4663)
  • 148bea8 tokio: prepare Tokio v1.18.1 (#4650)
  • dc54aec metrics: use mocked AtomicU64 in IO metrics driver (#4649)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 9, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/examples/crate_universe/vendor_local_manifests/tokio-1.18.5 branch from 57519b3 to d86cf82 Compare August 12, 2023 08:09
@dependabot dependabot bot force-pushed the dependabot/cargo/examples/crate_universe/vendor_local_manifests/tokio-1.18.5 branch from d86cf82 to d628d58 Compare August 24, 2023 22:34
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.18.5.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.16.1...tokio-1.18.5)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/examples/crate_universe/vendor_local_manifests/tokio-1.18.5 branch from d628d58 to b9751bd Compare August 25, 2023 00:24
@UebelAndre
Copy link
Collaborator

#2135

@UebelAndre UebelAndre closed this Aug 25, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/examples/crate_universe/vendor_local_manifests/tokio-1.18.5 branch August 25, 2023 14:47
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.

None yet

1 participant