Skip to content

Bump actix from 0.12.0 to 0.13.0

Ruben De Smet requested to merge dependabot-cargo-actix-0.13.0 into master

Bumps actix from 0.12.0 to 0.13.0.

Release notes

Sourced from actix's releases.

actix: v0.13.0

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

  • Remove Resolver actor. #451

#451: actix/actix#451 #518: actix/actix#518 [#???]: https://github.com/actix/actix/pull/???

Commits

Merge request reports