Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2020

Bumps actix from 0.9.0 to 0.10.0.

Release notes

Sourced from actix's releases.

Actix v0.10.0

Changed

  • SinkWrite::write calls now send all items correctly using an internal buffer. #384
  • Add Sync bound for Box<dyn Sender> trait object that making Recipient a Send + Sync type. #403
  • Update parking_lot to 0.11 #404
  • Remove unnecessary PhantomData field from Request making it Send + Sync regardless if Request's type-argument is Send or Sync #407

#384: actix/actix#384 #403: actix/actix#403 #404: actix/actix#404 #407: actix/actix#407

Actix v0.10.0-alpha.3

Changed

  • Update tokio-util dependency to 0.3, FramedWrite trait bound is changed. #365
  • Only poll dropped ContextFut if event loop is running. #374
  • Minimum Rust version is now 1.40 (to be able to use #[cfg(doctest)])

Fixed

  • Fix ActorFuture::poll_next impl for StreamThen to not lose inner future when it's pending. #376

#365: actix/actix#365 #374: actix/actix#374 #376: actix/actix#376

Actix v0.10.0-alpha.2

CHANGES

Added

  • New AtomicResponse, a MessageResponse with exclusive poll over actor's reference. #357

Changed

  • Require Pin for ResponseActFuture. #355

#355: actix/actix#355 #357: actix/actix#357

Actix v0.10.0-alpha.1

CHANGES

Fixed

  • Fix MessageResponse implementation for ResponseFuture to always poll the spawned Future. #317

Added

  • Allow return of any T: 'static on ResponseActFuture. #310
Changelog

Sourced from actix's changelog.

0.10.0 - 2020-09-10

Changed

  • SinkWrite::write calls now send all items correctly using an internal buffer. #384
  • Add Sync bound for Box<dyn Sender> trait object that making Recipient a Send + Sync type. #403
  • Update parking_lot to 0.11 #404
  • Remove unnecessary PhantomData field from Request making it Send + Sync regardless if Request's type-argument is Send or Sync #407

#384: actix/actix#384 #403: actix/actix#403 #404: actix/actix#404 #407: actix/actix#407

0.10.0-alpha.3 - 2020-05-13

Changed

  • Update tokio-util dependency to 0.3, FramedWrite trait bound is changed. #365
  • Only poll dropped ContextFut if event loop is running. #374
  • Minimum Rust version is now 1.40 (to be able to use #[cfg(doctest)])

#365: actix/actix#365 #374: actix/actix#374

Fixed

  • Fix ActorFuture::poll_next impl for StreamThen to not lose inner future when it's pending. #376

#376: actix/actix#376

[0.10.0-alpha.2] 2020-03-05

Added

  • New AtomicResponse, a MessageResponse with exclusive poll over actor's reference. #357

Changed

  • Require Pin for ResponseActFuture. #355

#355: actix/actix#355 #357: actix/actix#357

[0.10.0-alpha.1] 2020-02-25

Fixed

  • Fix MessageResponse implementation for ResponseFuture to always poll the spawned Future. #317

Added

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](https://github.com/actix/actix) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/actix/actix/releases)
- [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md)
- [Commits](actix/actix@v0.9.0...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #15.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/cargo/actix-0.10.0 branch March 22, 2021 05:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant