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 crate to 0.13.0 #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update actix crate to 0.13.0 #332

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actix dependencies minor 0.10.0 -> 0.13.0

Release Notes

actix/actix (actix)

v0.13.5: actix: v0.13.5

Compare Source

  • Add Registry::try_get() method.
  • Add Registry::get_or_start_default() method.
  • Deprecate Registry::get() method.
  • Relax A: ArbiterService bound on Registry::query().
  • Relax A: ArbiterService bound on Registry::set().

v0.13.4: actix: v0.13.4

Compare Source

  • Add AsyncContext::run_interval_at() method.

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

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 renovate bot changed the title Update Rust crate actix to 0.11.1 Update Rust crate actix to 0.12.0 Jun 8, 2021
@renovate renovate bot changed the title Update Rust crate actix to 0.12.0 Update actix crate to 0.12.0 Nov 2, 2021
@renovate renovate bot changed the title Update actix crate to 0.12.0 Update actix crate to 0.13.0 Mar 1, 2022
@renovate renovate bot force-pushed the renovate/actix-0.x branch 2 times, most recently from b1942d9 to cc36666 Compare March 15, 2023 18:48
@renovate renovate bot changed the title Update actix crate to 0.13.0 Update actix crate to 0.13.0 - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/actix-0.x branch March 24, 2023 21:01
@renovate renovate bot changed the title Update actix crate to 0.13.0 - autoclosed Update actix crate to 0.13.0 Mar 24, 2023
@renovate renovate bot reopened this Mar 24, 2023
@renovate renovate bot restored the renovate/actix-0.x branch March 24, 2023 22:39
@renovate renovate bot changed the title Update actix crate to 0.13.0 Update actix crate to 0.13.1 Aug 30, 2023
@renovate renovate bot changed the title Update actix crate to 0.13.1 Update actix crate to 0.13.2 Feb 1, 2024
Copy link
Contributor Author

renovate bot commented Feb 1, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.13.3
    Updating crates.io index
error: failed to select a version for the requirement `actix = "^0.10"`
candidate versions found which didn't match: 0.13.3
location searched: crates.io index
required by package `actix-ogn v0.4.0`
    ... which satisfies dependency `actix-ogn = "^0.4.0"` (locked to 0.4.0) of package `ogn-web-gateway v0.1.0 (/tmp/renovate/repos/github/Turbo87/ogn-web-gateway)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot changed the title Update actix crate to 0.13.2 Update actix crate to 0.13.3 Feb 7, 2024
@renovate renovate bot changed the title Update actix crate to 0.13.3 Update actix crate to 0.13.0 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants