Skip to content

Conversation

@bootc-bot
Copy link
Contributor

@bootc-bot bootc-bot bot commented Feb 8, 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
rand (source) dependencies minor 0.90.10
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

v4.0.7

Compare Source

rust-random/rand (rand)

v0.10.0

Compare Source

Changes
  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#​1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#​1632)
  • Use Edition 2024 and MSRV 1.85 (#​1653)
  • Let Fill be implemented for element types, not sliceable types (#​1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#​1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#​1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#​1674)
  • Remove Clone support for StdRng, ReseedingRng (#​1677)
  • Use postcard instead of bincode to test the serde feature (#​1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#​1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#​1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#​1717)
Additions
  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#​1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#​1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#​1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#​1734)
Removals
toml-rs/toml (toml)

v1.0.0

Compare Source

v0.9.12

Compare Source

v0.9.11

Compare Source

v0.9.10

Compare Source

v0.9.9

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 8, 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 [email protected] --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]         0f636031a1ec81cdd9e7f674909ef6b75c2642cb -> refs/commit/0f636031a1ec81cdd9e7f674909ef6b75c2642cb
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/ci-sandbox/crates/tests-integration)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/xtask/Cargo.toml --package [email protected] --precise 0.10.0
    Updating crates.io index
error: failed to select a version for the requirement `rand = "^0.9.1"`
candidate versions found which didn't match: 0.10.0
location searched: crates.io index
required by package `composefs v0.3.0 (https://github.com/containers/composefs-rs?rev=0f636031a1ec81cdd9e7f674909ef6b75c2642cb#0f636031)`
    ... which satisfies git dependency `composefs` (locked to 0.3.0) of package `bootc-lib v1.10.0 (/tmp/renovate/repos/github/bootc-dev/ci-sandbox/crates/lib)`
    ... which satisfies path dependency `bootc-lib` (locked to 1.10.0) of package `bootc v0.0.0 (/tmp/renovate/repos/github/bootc-dev/ci-sandbox/crates/cli)`

@bootc-bot bootc-bot bot requested a review from jeckersb February 8, 2026 16:16
@bootc-bot bootc-bot bot force-pushed the bootc-renovate/rust branch from c028070 to b0e44f6 Compare February 9, 2026 21:22
@bootc-bot bootc-bot bot changed the title fix(deps): update rust crate rand to 0.10 fix(deps): update rust Feb 9, 2026
@bootc-bot bootc-bot bot force-pushed the bootc-renovate/rust branch from b0e44f6 to e604d2e Compare February 11, 2026 13:40
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 e604d2e to baa7374 Compare February 11, 2026 17:30
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.

0 participants