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

build(deps): update all patch level dependencies#1292

Merged
viccuad merged 2 commits intomainfrom
renovate/all-patch
Oct 2, 2025
Merged

build(deps): update all patch level dependencies#1292
viccuad merged 2 commits intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 25, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.8.4 -> 0.8.6
kubewarden/github-actions action patch v4.5.7 -> v4.5.9
ossf/scorecard-action action patch v2.4.2 -> v2.4.3
serde (source) dependencies patch 1.0.226 -> 1.0.228
thiserror dependencies patch 2.0.16 -> 2.0.17

Release Notes

tokio-rs/axum (axum)

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#​3453)
  • added: Implement OptionalFromRequest for Multipart (#​3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#​3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#​3469)
  • added: impl FusedStream for WebSocket (#​3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#​3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#​3377)
  • changed: Update minimum rust version to 1.78 (#​3412)
kubewarden/github-actions (kubewarden/github-actions)

v4.5.9

Compare Source

  • Revert "deps: Build rust policies against wasip2" (#​232)

v4.5.8

Compare Source

  • deps: Build rust policies against wasip2 (#​229)
🧰 Maintenance
  • chore(deps): update actions/setup-node action to v5 (#​228)
  • chore(deps): update all non-major dependencies (#​226)
  • chore(deps): update actions/setup-go action to v6 (#​227)
ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

dtolnay/thiserror (thiserror)

v2.0.17

Compare Source

  • Use differently named __private module per patch release (#​434)

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ 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.8.6
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)

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.60%. Comparing base (c2c6486) to head (559539e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1292      +/-   ##
==========================================
+ Coverage   51.33%   51.60%   +0.27%     
==========================================
  Files          17       17              
  Lines        1087     1087              
==========================================
+ Hits          558      561       +3     
+ Misses        529      526       -3     
Flag Coverage Δ
integration-tests 47.36% <ø> (+0.28%) ⬆️
unit-tests 26.61% <ø> (ø)

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.

Copy link
Copy Markdown
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could merge it, once we solve the issues with renovate bot manually

@renovate renovate bot force-pushed the renovate/all-patch branch from 8732731 to 4f75cab Compare September 26, 2025 14:23
@renovate renovate bot force-pushed the renovate/all-patch branch from 4f75cab to 9ba719c Compare September 26, 2025 14:40
@viccuad viccuad moved this from Pending review to Done in Kubewarden Admission Controller Sep 26, 2025
@viccuad viccuad moved this from Done to Blocked in Kubewarden Admission Controller Sep 26, 2025
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from afc7961 to 049d0b8 Compare October 2, 2025 09:16
@renovate renovate bot force-pushed the renovate/all-patch branch from 049d0b8 to c46b351 Compare October 2, 2025 11:49
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
@viccuad viccuad self-assigned this Oct 2, 2025
@flavio flavio moved this from Blocked to In Progress in Kubewarden Admission Controller Oct 2, 2025
@viccuad viccuad merged commit e996ffe into main Oct 2, 2025
24 of 25 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kubewarden Admission Controller Oct 2, 2025
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.

2 participants