Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Bump actix-rt from 1.0.0 to 2.7.0 #770

Open
wants to merge 1 commit into
base: refactor/actix-rewrite
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2022

Bumps actix-rt from 1.0.0 to 2.7.0.

Release notes

Sourced from actix-rt's releases.

actix-rt: v2.7.0

  • Update tokio-uring dependency to 0.3.0. #448
  • Minimum supported Rust version (MSRV) is now 1.49.

#448: actix/actix-net#448

actix-rt: v2.6.0

  • Update tokio-uring dependency to 0.2.0. #436

#436: actix/actix-net#436

actix-rt: v2.5.1

  • Expose System::with_tokio_rt and Arbiter::with_tokio_rt. #430

#430: actix/actix-net#430

actix-rt: v2.5.0

  • Add System::run_with_code to allow retrieving the exit code on stop. #411

#411: actix/actix-net#411

actix-rt: v2.4.0

  • Add Arbiter::try_current for situations where thread may or may not have Arbiter context. #408
  • Start io-uring with System::new when feature is enabled. #395

#395: actix/actix-net#395 #408: actix/actix-net#408

actix-rt: v2.3.0

  • The spawn method can now resolve with non-unit outputs. #369
  • Add experimental (semver-exempt) io-uring feature for enabling async file I/O on linux. #374

#369: actix/actix-net#369 #374: actix/actix-net#374

actix-rt: v2.2.0

  • BREAKING ActixStream::{poll_read_ready, poll_write_ready} methods now return Ready object in ok variant. #293
    • Breakage is acceptable since ActixStream was not intended to be public.

#293: actix/actix-net#293

... (truncated)

Commits

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 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)

Bumps [actix-rt](https://github.com/actix/actix-net) from 1.0.0 to 2.7.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@rt-1.0.0...rt-v2.7.0)

---
updated-dependencies:
- dependency-name: actix-rt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Mar 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies rust Pull requests that update Rust code
Development

Successfully merging this pull request may close these issues.

0 participants