Skip to content

fix(deps): update rust#2008

Merged
cgwalters merged 2 commits intomainfrom
bootc-renovate/rust
Feb 26, 2026
Merged

fix(deps): update rust#2008
cgwalters merged 2 commits intomainfrom
bootc-renovate/rust

Conversation

@bootc-bot
Copy link
Contributor

@bootc-bot bootc-bot bot commented Feb 15, 2026

This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies major 0.61.0
cap-std-ext workspace.dependencies major 4.0.35.0.0
oci-spec dependencies minor 0.8.00.9.0
toml workspace.dependencies major 0.9.51.0.0

Release Notes

rust-cli/anstyle (anstream)

v1.0.0

Compare Source

coreos/cap-std-ext (cap-std-ext)

v5.0.0

Compare Source

youki-dev/oci-spec-rs (oci-spec)

v0.9.0

Compare Source

What's Changed

Other Changes

New Contributors

Full Changelog: youki-dev/oci-spec-rs@v0.8.4...v0.9.0

toml-rs/toml (toml)

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.9.12

Compare Source

v0.9.11

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday" in timezone UTC, 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 Renovate Bot.

@bootc-bot
Copy link
Contributor Author

bootc-bot bot commented Feb 15, 2026

⚠️ 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 Cargo.toml --package anstream@0.6.21 --precise 1.0.0
    Updating crates.io index
    Updating git repository `https://github.com/containers/composefs-rs`
From https://github.com/containers/composefs-rs
 * [new ref]         0c6134653d66ac42c43bac4e1298bfb626aeba87 -> refs/commit/0c6134653d66ac42c43bac4e1298bfb626aeba87
error: failed to select a version for the requirement `anstream = "^0.6.14"`
candidate versions found which didn't match: 1.0.0
location searched: crates.io index
required by package `libtest-mimic v0.8.0`
    ... which satisfies dependency `libtest-mimic = "^0.8.0"` of package `tests-integration v0.1.0 (/tmp/renovate/repos/github/bootc-dev/bootc/crates/tests-integration)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/tests-integration/Cargo.toml --package oci-spec@0.8.4 --precise 0.9.0
    Updating crates.io index
error: failed to select a version for the requirement `oci-spec = "^0.8.0"`
candidate versions found which didn't match: 0.9.0
location searched: crates.io index
required by package `composefs-oci v0.3.0 (https://github.com/containers/composefs-rs?rev=0c6134653d66ac42c43bac4e1298bfb626aeba87#0c613465)`
    ... which satisfies git dependency `composefs-oci` (locked to 0.3.0) of package `bootc-lib v1.12.1 (/tmp/renovate/repos/github/bootc-dev/bootc/crates/lib)`
    ... which satisfies path dependency `bootc-lib` (locked to 1.12.1) of package `bootc v0.0.0 (/tmp/renovate/repos/github/bootc-dev/bootc/crates/cli)`

@bootc-bot bootc-bot bot requested a review from henrywang February 15, 2026 00:47
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@bootc-bot bootc-bot bot force-pushed the bootc-renovate/rust branch from fb65fb5 to 06b3317 Compare February 18, 2026 11:23
@bootc-bot bootc-bot bot changed the title chore(deps): update rust fix(deps): update rust Feb 18, 2026
@github-actions github-actions bot added the area/ostree Issues related to ostree label Feb 24, 2026
@bootc-bot
Copy link
Contributor Author

bootc-bot bot commented Feb 24, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@henrywang henrywang force-pushed the bootc-renovate/rust branch 2 times, most recently from 1faa5ce to e66c4a6 Compare February 24, 2026 10:01
@henrywang
Copy link
Collaborator

Hi @cgwalters, I fixed the build failure. Do you have any concerns about the fix? Thanks.

@cgwalters
Copy link
Collaborator

Ah...that's valid but (no fault of yours) I think it's really messy and what we really want instead is to update ocidir to the latest cap-std, see bootc-dev/ocidir-rs#56 which just needs a release there.

@cgwalters
Copy link
Collaborator

@henrywang want to try redoing this now that a new ocidir is out?

The cap-std-ext upgrade to 5.0.0 introduced a version mismatch with
ocidir v0.6.0 which depended on cap-std-ext v4.0.7. This caused type
mismatches when combining ocidir types with workspace cap-std-ext traits.

Update ocidir to 0.7.0 which now depends on cap-std-ext 5.0.0, aligning
all cap-std versions across the workspace.

Assisted-by: Claude Code (Opus 4.5)
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
@henrywang
Copy link
Collaborator

Hi @cgwalters, updated to 0.7.0 and ready to merge. Any concerns on this change? Thanks.

Copy link
Collaborator

@cgwalters cgwalters left a comment

Choose a reason for hiding this comment

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

This is a lot cleaner!

@cgwalters cgwalters merged commit eaa9146 into main Feb 26, 2026
72 of 74 checks passed
@cgwalters cgwalters deleted the bootc-renovate/rust branch February 26, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ostree Issues related to ostree

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants