Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 8, 2024

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.42 -> 0.1.89

Release Notes

dtolnay/async-trait (async-trait)

v0.1.89

Compare Source

v0.1.88

Compare Source

  • Fix lifetime bounding on generic parameters that have cfg (#​289)

v0.1.87

Compare Source

  • Documentation improvements

v0.1.86

Compare Source

  • Documentation improvements

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)

v0.1.81

Compare Source

v0.1.80

Compare Source

v0.1.79

Compare Source

  • Clean up some dead code

v0.1.78

Compare Source

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#​260)

v0.1.77

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v0.1.76

Compare Source

  • Documentation improvements

v0.1.75

Compare Source

  • Documentation improvements

v0.1.74

Compare Source

  • Documentation improvements

v0.1.73

Compare Source

  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint

v0.1.72

Compare Source

  • Documentation improvements

v0.1.71

Compare Source

  • Documentation improvements

v0.1.70

Compare Source

v0.1.69

Compare Source

  • Resolve new diverging_sub_expression clippy lint in generated code

v0.1.68

Compare Source

  • Improve error message if an async fn is written without a function body in an impl block

v0.1.67

Compare Source

  • Update syn dependency to 2.x

v0.1.66

Compare Source

  • Set html_root_url attribute

v0.1.65

Compare Source

  • Fix interaction with rustc's single_use_lifetimes lint (#​238, #​239)

v0.1.64

Compare Source

  • Suppress async_yields_async clippy correctness lint in generated code (#​236, #​237)

v0.1.63

Compare Source

  • Do not require Sync on unused shared reference arguments (#​232, #​233)
  • Make expansion of nested _ and .. patterns edition independent (#​234, #​235)

v0.1.62

Compare Source

  • Improve error message involving elided lifetimes (#​229)

v0.1.61

Compare Source

  • Fix async function signatures that involve #[cfg(...)] attributes on parameters (#​227, thanks @​azriel91)

v0.1.60

Compare Source

  • Documentation improvements

v0.1.59

Compare Source

  • Support self: Arc<Self> async methods that have a default implementation provided by the trait (#​210)

v0.1.58

Compare Source

  • Improve rust-analyzer "go to definition" on the method names of an async trait (#​218)

v0.1.57

Compare Source

  • Add categories to crates.io metadata

v0.1.56

Compare Source

  • Fix build errors that involve use parentheses to disambiguate: `(impl 'async_trait + Trait)` (#​204)

v0.1.55

Compare Source

  • Fix drop order of uncaptured arguments (_) when compiling in 2021 edition's closure capture rules (#​199)

v0.1.54

Compare Source

  • Fix lifetime issue when using impl Trait in an async function argument type (#​177)

v0.1.53

Compare Source

  • Improve diagnostic / suggested fixes which involve "consider further restricting this bound" (#​194)

v0.1.52

Compare Source

  • Eliminate clippy::shadow_some restriction lint from generated code (#​184, thanks @​c410-f3r)

v0.1.51

Compare Source

v0.1.50

Compare Source

  • Make compatible with tokio::select, futures::select and similar macros (#​161)

v0.1.49

Compare Source

  • Fix for use of self:: as prefix of a path in expression position (#​158)

v0.1.48

Compare Source

  • Resolve clippy items_after_statements pedantic lint in generated code (#​154)

v0.1.47

Compare Source

  • Support for impl Trait in associated types (#​152)

v0.1.46

Compare Source

  • Fix "mismatched types" error in function bodies that perform unsize coercion (#​149)

v0.1.45

Compare Source

  • Resolve clippy let_unit_value pedantic lint in generated code (#​147)

v0.1.44

Compare Source

  • Suppress clippy type_complexity lint on complex type in generated code (#​145)

v0.1.43

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8996755001

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 23 unchanged lines in 7 files lost coverage.
  • Overall coverage increased (+2.4%) to 24.253%

Files with Coverage Reduction New Missed Lines %
crates/proto/src/node/expand_volume.rs 1 0.0%
crates/proto/src/node/get_volume_stats.rs 1 0.0%
crates/proto/src/node/publish_volume.rs 1 0.0%
crates/proto/src/controller/validate_volume_capabilities.rs 2 0.0%
crates/mount-utils/src/utils.rs 2 92.65%
crates/proto/src/volume.rs 7 0.0%
crates/mount-utils/src/unix.rs 9 56.44%
Totals Coverage Status
Change from base Build 615100636: 2.4%
Covered Lines: 641
Relevant Lines: 2643

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8996756908

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 23 unchanged lines in 7 files lost coverage.
  • Overall coverage increased (+2.4%) to 24.253%

Files with Coverage Reduction New Missed Lines %
crates/proto/src/node/expand_volume.rs 1 0.0%
crates/proto/src/node/get_volume_stats.rs 1 0.0%
crates/proto/src/node/publish_volume.rs 1 0.0%
crates/proto/src/controller/validate_volume_capabilities.rs 2 0.0%
crates/mount-utils/src/utils.rs 2 92.65%
crates/proto/src/volume.rs 7 0.0%
crates/mount-utils/src/unix.rs 9 56.44%
Totals Coverage Status
Change from base Build 615100636: 2.4%
Covered Lines: 641
Relevant Lines: 2643

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 01866ba to 55d6a91 Compare July 8, 2024 23:28
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.80 Update Rust crate async-trait to v0.1.81 Jul 8, 2024
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.81 Update Rust crate async-trait to v0.1.82 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 55d6a91 to 2ad95b4 Compare September 17, 2024 09:00
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 2ad95b4 to 4ffd893 Compare September 25, 2024 11:45
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.82 Update Rust crate async-trait to v0.1.83 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 4ffd893 to 2758819 Compare January 3, 2025 23:32
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.83 Update Rust crate async-trait to v0.1.84 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 2758819 to a1bc9d2 Compare January 9, 2025 07:57
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.84 Update Rust crate async-trait to v0.1.85 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from a1bc9d2 to 3bfb750 Compare February 2, 2025 08:04
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.85 Update Rust crate async-trait to v0.1.86 Feb 2, 2025
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 3bfb750 to d447208 Compare March 5, 2025 00:01
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.86 Update Rust crate async-trait to v0.1.87 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from d447208 to 5270081 Compare March 15, 2025 15:06
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.87 Update Rust crate async-trait to v0.1.88 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from 5270081 to fc7ee01 Compare August 11, 2025 23:32
@renovate renovate bot force-pushed the renovate/async-trait-0.x-lockfile branch from fc7ee01 to c62ba11 Compare August 15, 2025 08:20
@renovate renovate bot changed the title Update Rust crate async-trait to v0.1.88 Update Rust crate async-trait to v0.1.89 Aug 15, 2025
Copy link
Author

renovate bot commented Sep 26, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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 crates/mount-utils/Cargo.toml --package [email protected] --precise 0.1.89
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/proto/Cargo.toml --package [email protected] --precise 0.1.89
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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.

1 participant