Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

build(deps): update all dependencies updates#1325

Merged
viccuad merged 1 commit intomainfrom
renovate/all-updates
Nov 24, 2025
Merged

build(deps): update all dependencies updates#1325
viccuad merged 1 commit intomainfrom
renovate/all-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 22, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.51 -> 4.5.53
mockall dev-dependencies minor 0.13 -> 0.14
otel/opentelemetry-collector minor 0.139.0 -> 0.140.1

Release Notes

clap-rs/clap (clap)

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
asomers/mockall (mockall)

v0.14.0

Compare Source

Added
  • Allow mocking structs and traits with const generics.
    (#​649)

  • Compatibility with the #[trait_variant::make] macro.
    (#​640)

  • Allow Expectations with a non-exact call count to be used in Sequences.
    (#​660)

Changed
  • The MSRV is now Rust 1.77.0.
    (#​650)
Fixed
  • No longer poison a static mock method's internal Mutex when panicing, even
    when using a stable Rust compiler. Also, no longer poison it even if there
    is no Context object. For example, if the user never set an Expectation at
    all.
    (#​650)

  • Suppress single-use-lifetimes lints in the generated code, for cases where
    the orginal code wouldn't have triggered the warning.
    (#​627)

  • Fix mocking foreign functions with a variadic argument and no pattern, for
    example fn foo(...) as opposed to fn bar(x: ...). That worked in prior
    versions of Mockall only until Rust 1.93.0, which made such arguments illegal
    for Rust functions.
    (#​673)

  • Fully qualify Send and Sync traits in generated code, allowing structs named
    Send or Sync to be in scope without conflicts.
    (#​672)

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)

v0.140.1

Compare Source

🚀 New components 🚀
  • ebpf-profiler: Add the opampextension to the ebpf-profiler distribution (#​1237)
  • ebpf-profiler: Add the transformprocessor to the ebpf-profiler distribution (#​1251)
  • exporter/googlecloudstorage: Add google cloud storage exporter to contrib distribution. (#​1253)

v0.140.0

Compare Source

Check the v0.140.0 contrib changelog and the v0.140.0 core changelog for changelogs on specific components.

Changelog


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.59%. Comparing base (4e7cd78) to head (1ba0719).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1325      +/-   ##
==========================================
+ Coverage   73.35%   73.59%   +0.24%     
==========================================
  Files          17       17              
  Lines        1246     1246              
==========================================
+ Hits          914      917       +3     
+ Misses        332      329       -3     
Flag Coverage Δ
integration-tests 62.08% <ø> (+0.24%) ⬆️
unit-tests 40.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-updates branch from b17636a to 35228bc Compare November 22, 2025 18:47
@renovate renovate bot force-pushed the renovate/all-updates branch from 35228bc to 1ba0719 Compare November 24, 2025 10:06
@viccuad viccuad moved this from Pending review to Todo in Kubewarden Admission Controller Nov 24, 2025
@viccuad viccuad merged commit 5c625da into main Nov 24, 2025
34 of 35 checks passed
@renovate renovate bot deleted the renovate/all-updates branch November 24, 2025 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Development

Successfully merging this pull request may close these issues.

1 participant