Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

fix(deps): update dependencies (minor) #185

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockall dependencies minor 0.11 -> 0.12
once_cell dependencies minor 1.18.0 -> 1.19.0
sentry (source) dependencies minor 0.31.8 -> 0.34.0

Release Notes

asomers/mockall (mockall)

v0.12.1

Compare Source

Fixed
  • Fixed using #[mockall::concretize] on functions whose generic types contain
    trait bounds, yet are still object safe.
    (#​531)

  • Fixed mocking methods that use raw identifiers for their names. This was a
    regression in 0.12.0.
    (#​534)

v0.12.0

Compare Source

Added
  • Added #[mockall::concretize], which can be used to mock some generic
    methods that have non-'static generic parameters. It works by turning the
    generic arguments into trait objects for the expectation.
    (#​408)

  • When mocking functions with a non-default ABI (Like extern "C"), the mock
    function will now use the same ABI as the original. Name mangling will also
    be disabled, so the mock function will be callable from external code. For
    example, from C functions.
    (#​504)

Changed
  • Raised predicates, which is reexported, to 3.0.0. This may affect backwards
    compatibility for users who make use of predicates's "color" feature.
    (#​467)

  • Raised MSRV to 1.64.0 because predicates-core and predicates-tree did.
    (#​430)
    (#​467)

  • Better "No matching expectation found" messages on stable.
    (#​425)

Fixed
  • Fixed mocking non-private inherent methods that have attributes with syn
    version 2.0.9 and later.
    (#​486)

  • Suppress clippy::too_many_arguments warnings in the generated code. This
    is most useful when mocking static functions with exactly 7 arguments.
    (#​487)

  • Fixed unused_attributes warnings in the generated code when mocking FFI
    functions that use #[link_name].
    (#​503)

  • Fix a panic during Drop for static methods. One way to trigger it is by
    calling the method more times than is allowed by a .times() constraint.
    Another way would be to explicitly panic during the .returning method.
    (#​516)

Removed
  • Removed syntax deprecated since 0.9.0: using #[automock] directly on an
    extern "C" block, and using trait Foo {} syntax inside of mock!.
    (#​476)

  • Removed default features from predicates dependency. Reexports no longer
    include difflib, normalize-line-endings, regex and float-cmp features.
    (#​517)

matklad/once_cell (once_cell)

v1.19.0

Compare Source

  • Use portable-atomic instead of atomic-polyfill, #​251.
getsentry/sentry-rust (sentry)

v0.34.0

Compare Source

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

v0.33.0

Compare Source

Various fixes & improvements

v0.32.3

Compare Source

Compatiblity:

  • Raised the MSRV to 1.73.

Improvements:

  • Slightly improved overhead of the tracing layer. (#​642)

Updates:

  • Updated reqwest to version 0.12.
  • Updated tonic to version 0.11.

v0.32.2

Compare Source

Various fixes & improvements

v0.32.1

Compare Source

Features:

  • Add experimental implementations for Sentry metrics and a cadence sink. These
    require to use the UNSTABLE_metrics and UNSTABLE_cadence feature flags.
    Note that these APIs are still under development and subject to change.

v0.32.0

Compare Source

Features:

  • Updated sentry-tower dependencies, including axum and http.

Configuration

📅 Schedule: Branch creation - "after 9pm every weekend,before 12am every weekend" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from Lucky3028 as a code owner June 24, 2023 12:59
@renovate renovate bot force-pushed the renovate/dependencies branch from 2d1d176 to ebddd39 Compare June 25, 2023 00:54
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from b34126c to 6add0d5 Compare July 8, 2023 14:41
@renovate renovate bot force-pushed the renovate/dependencies branch from 6add0d5 to e66413d Compare July 17, 2023 02:20
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 1baee62 to 6599b56 Compare August 13, 2023 00:36
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from afed366 to 7a4196b Compare September 3, 2023 00:11
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 50f9458 to 4d89b16 Compare September 16, 2023 15:53
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 270174b to 0f2784b Compare September 23, 2023 15:14
@renovate renovate bot force-pushed the renovate/dependencies branch from 0f2784b to 3e97a74 Compare October 10, 2023 04:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 3e97a74 to ddf1d68 Compare November 11, 2023 16:11
@renovate renovate bot changed the title fix(deps): update rust crate strum to 0.25 fix(deps): update dependencies (minor) Nov 28, 2023
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 7bb2f7d to 4f18bee Compare November 28, 2023 22:28
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 8aff170 to 012a84c Compare December 10, 2023 03:26
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from ece195c to 17c9255 Compare May 11, 2024 22:42
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 0f7d5ca to c3dfc99 Compare May 18, 2024 22:42
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ea01450 to 70084c2 Compare May 27, 2024 18:49
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 5574622 to c5a440b Compare June 9, 2024 16:33
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 1ed4067 to cae42ac Compare June 29, 2024 18:52
@renovate renovate bot force-pushed the renovate/dependencies branch 8 times, most recently from b713e82 to fad532f Compare July 7, 2024 15:09
@Lucky3028 Lucky3028 enabled auto-merge July 7, 2024 17:56
@renovate renovate bot force-pushed the renovate/dependencies branch from fad532f to 316d31e Compare July 7, 2024 17:57
@Lucky3028 Lucky3028 merged commit 1e5319b into main Jul 7, 2024
3 checks passed
@Lucky3028 Lucky3028 deleted the renovate/dependencies branch July 7, 2024 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant