risq icon indicating copy to clipboard operation
risq copied to clipboard

Update Rust crate actix to 0.13.0

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actix dependencies minor 0.8.3 -> 0.13.0

Release Notes

actix/actix (actix)

v0.13.3: actix: v0.13.3

Compare Source

  • No significant changes since 0.13.2.

v0.13.2: actix: v0.13.2

Compare Source

  • Expose ContextFut::restart.
  • Unquoted types are now allowed in the #[rtype(result = TYPE)] position when type is a path.

v0.13.1: actix: v0.13.1

Compare Source

Added
  • Add SyncArbiter::start_with_thread_builder().
  • Derive PartialEq and Eq for MailboxError.
  • Minimum supported Rust version (MSRV) is now 1.68.
Fixed
  • Fix SinkWrite sometimes not sending all messages in its buffer.

v0.13.0: actix: v0.13.0

Compare Source

Added
  • Implement Clone for WeakRecipient. #​518
  • Implement From<Recipient> for WeakRecipient. #​518
  • Add Recipient::downgrade method for obtaining a WeakRecipient. #​518
  • Extend Sender trait with a downgrade method. #​518
Changed
  • Make WeakSender trait public rather than crate-public. #​518
  • Updated tokio-util dependency to 0.7. #???
  • Updated minimum supported Rust version to 1.49.
Removed

v0.12.0: actix: v0.12.0

Compare Source

Added
  • Add fut::try_future::ActorTryFuture. #​419
  • Add fut::try_future::ActorTryFutureExt trait with map_ok, map_err and and_then combinator. #​419
  • Add fut::future::ActorFutureExt::boxed_local. #​493
  • Implemented MessageResponse for Vec<T>. #​501
Changed
  • Make Context::new public. #​491
  • SinkWriter::write returns Result instead of Option. #​499

v0.11.1: actix: v0.11.1

Fixed
  • Panics caused by instant cancellation of a spawned future. #​484

v0.11.0: actix: v0.11.0

Removed
  • Remove fut::IntoActorFuture trait. #​475
  • Remove fut::future::WrapFuture's Output associated type. #​475
  • Remove fut::stream::WrapStream's Item associated type. #​475
  • Remove prelude::Future re-export from std. #​482
  • Remove fut::future::Either re-export. Support for the enum re-exported from futures_util enum still exists. #​482
  • Remove fut::future::FutureResult type alias. #​482

v0.10.0: Actix v0.10.0

Compare Source

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

v0.9.0: Actix v0.9.0

Compare Source

Changes

[0.9.0] 2019-12-20

Fixed
  • Fix ResolveFuture type signature.

[0.9.0-alpha.2] 2019-12-16

Fixed
  • Fix Resolve actor's panic

[0.9.0-alpha.1] 2019-12-15

Added
  • Added Context::connected() to check any addresses are alive

  • Added fut::ready() future

Changed
  • Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 @​bcmcmill #​300

  • Upgrade derive_more to 0.99.2

  • Upgrade smallvec to 1.0.0

Fixed
  • Added #[must_use] attribute to ActorFuture and ActorStream

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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.

renovate[bot] avatar Oct 18 '21 20:10 renovate[bot]