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

chore(deps): bump actix from 0.7.9 to 0.8.1 #17

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 17, 2019

Bumps actix from 0.7.9 to 0.8.1.

Release notes

Sourced from actix's releases.

Actix 0.8.1

CHANGES

Added

  • Added std::error::Error impl for SendError

Fixed

  • Fixed concurrent system registry insert #248

Actix v0.8.0

CHANGES

Added

  • Added std::error::Error impl for MailboxError

Changed

  • Use trust-dns-resolver 0.11.0

Actix 0.8.0 alpha.3

CHANGES

Added

  • Add Actor::start_in_arbiter with semantics of Supervisor::start_in_arbiter.

  • Add ResponseError for ResolverError

  • Add io::SinkWrite

Actix 0.8.0 alpha.2

CHANGES

Added

  • Add actix-http error support for MailboxError

Actix 0.8.0 alpha.1

CHANGES

Changes

  • Edition 2018

  • Replace System/Arbiter with actix_rt::System and actix_rt::Arbiter

... (truncated)
Changelog

Sourced from actix's changelog.

[0.8.1] (2019-04-16)

Added

  • Added std::error::Error impl for SendError

Fixed

  • Fixed concurrent system registry insert #248

[0.8.0] (2019-04-14)

Added

  • Added std::error::Error impl for MailboxError

Changed

  • Use trust-dns-resolver 0.11.0

[0.8.0.alpha.3] (2019-04-12)

Added

  • Add Actor::start_in_arbiter with semantics of Supervisor::start_in_arbiter.

  • Add ResponseError for ResolverError

  • Add io::SinkWrite

[0.8.0-alpha.2] (2019-03-29)

Added

  • Add actix-http error support for MailboxError

[0.8.0-alpha.1] (2019-03-28)

Changes

  • Edition 2018

  • Replace System/Arbiter with actix_rt::System and actix_rt::Arbiter

  • Add implementations for Message for Arc and Box

... (truncated)
Commits
  • 90cdb71 Fixed concurrent system registry insert #248
  • fbef927 Implement std::errror:Error for SendError (#250)
  • b624594 prepare release
  • af06f6d examples chat: Add signal handling in server (#247)
  • 23a9e0c Merge pull request #244 from rotty/wip/extern-crate
  • 6b45594 Merge branch 'master' into wip/extern-crate
  • 150f3a3 Merge pull request #246 from rotty/wip/mailbox-error
  • 83ed90f Merge pull request #245 from rotty/wip/chat-warnings
  • 099f109 Add std::error::Error implementation for MailboxError
  • 4442be4 examples chat: Fix warnings
  • Additional commits viewable in compare view

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

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 17, 2019
@fabianfreyer
Copy link
Contributor

fabianfreyer commented Apr 22, 2019

This needs 1.0 versions of both actix-web and actix-web-actors, which are only available in alpha and beta at the moment, so putting this on hold until they are stabilized.

Furthermore, askama can't link against actix-web 1.0 yet (djc/askama#234), as it is blocked on rwf2/cookie-rs#117:

error: failed to select a version for `ring`.
    ... required by package `cookie v0.11.0`
    ... which is depended on by `gotham v0.3.0`
    ... which is depended on by `askama_testing v0.1.0 (/home/user/Projects/askama/testing)`
versions that meet the requirements `^0.13.0` are: 0.13.5

the package `ring` links to the native library `ring-asm`, but it conflicts with a previous package which links to `ring-asm` as well:
package `ring v0.14.6`
    ... which is depended on by `actix-http v0.1.1`
    ... which is depended on by `awc v0.1.1`
    ... which is depended on by `actix-web v1.0.0-beta.1`
    ... which is depended on by `askama v0.8.0 (/home/user/Projects/askama/askama)`
    ... which is depended on by `askama_testing v0.1.0 (/home/user/Projects/askama/testing)`

failed to select a version for `ring` which could resolve this conflict

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-0.8.1 branch 2 times, most recently from dfc0562 to daec219 Compare May 5, 2019 00:35
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-0.8.1 branch 2 times, most recently from 31209ea to 9b90c86 Compare May 13, 2019 13:56
@dependabot-preview
Copy link
Contributor Author

Superseded by #36.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/actix-0.8.1 branch June 5, 2019 13: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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant