Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actix requirement from =0.7.6 to =0.7.7 #1066

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on actix to permit the latest version.

Release notes

Sourced from actix's releases.

Actix 0.7.7

Changes

Added

  • Impl Into<Recipient<M>> for Addr<A>
Changelog

Sourced from actix's changelog.

[0.7.7] (2018-11-22)

Added

  • Impl Into<Recipient<M>> for Addr<A>

[0.7.6] (2018-11-08)

Changed

  • Use trust-dns-resolver 0.10.0.

  • Make System::stop_with_code public.

[0.7.5] (2018-10-10)

Added

  • Introduce the clock module to allow overriding and mocking the system clock
    based on tokio_timer.

  • System now has System::builder() which allows overriding the system clock
    with a custom instance. Arbiter::builder() can now also override the system
    clock. The default is to inherit from the system.

  • New utility classes TimerFunc and IntervalFunc in the utils module.

  • Implement failure::Fail for SendError.

  • Implement Debug for multiple public types: AddressSender, Addr, Arbiter, Context, ContextParts, ContextFut, Response, ActorResponse, Mailbox, SystemRegistry, Supervisor, System, SystemRunner, SystemArbiter. #135

Changed

  • No longer perform unnecessary clone of Addr in SystemRegistry::set.

  • Set min trust-dns version

Fixed

  • fix infinite loop in ContextFut::poll() caused by late cancel_future() #147

[0.7.4] (2018-08-27)

Added

  • Introduce method query to determine whether there is running actor in registry.
... (truncated)
Commits

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [actix](https://github.com/actix/actix) to permit the latest version.
- [Release notes](https://github.com/actix/actix/releases)
- [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix/commits/0.7.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Nov 22, 2018

Codecov Report

Merging #1066 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1066      +/-   ##
==========================================
+ Coverage   93.01%   93.02%   +<.01%     
==========================================
  Files         161      161              
  Lines       24374    24374              
==========================================
+ Hits        22672    22673       +1     
+ Misses       1702     1701       -1
Impacted Files Coverage Δ
exonum/src/storage/db.rs 88.2% <0%> (+0.43%) ⬆️

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 8d5a591...705ad84. Read the comment docs.

@aleksuss aleksuss requested a review from ilammy November 23, 2018 07:19
@aleksuss aleksuss merged commit 6ff28fd into master Nov 23, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/actix-eq-0.7.7 branch November 23, 2018 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants