pfrenssen / firetrack

Web app for budget tracking, written as an exercise to learn Rust and the actix-web framework. WIP
GNU General Public License v3.0
1 stars 1 forks source link

Bump actix-rt from 1.0.0 to 2.7.0 #300

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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)