Skip to content

chore(deps): bump actix from 0.9.0 to 0.10.0#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-0.10.0
Closed

chore(deps): bump actix from 0.9.0 to 0.10.0#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2021

Bumps actix from 0.9.0 to 0.10.0.

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

... (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

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/v0.10.0/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 May 4, 2021
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #1 (4e894b1) into master (8585849) will decrease coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   48.74%   48.62%   -0.13%     
==========================================
  Files          14       14              
  Lines        1637     1637              
==========================================
- Hits          798      796       -2     
- Misses        839      841       +2     
Impacted Files Coverage Δ
src/lib.rs 45.74% <0.00%> (-0.30%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8585849...4e894b1. Read the comment docs.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 9, 2021

Superseded by #6.

@dependabot dependabot Bot closed this Jun 9, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/actix-0.10.0 branch June 9, 2021 02:09
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