Update Rust crate rand to 0.10 #27

Open
rasensprenger wants to merge 1 commit from renovate/rand-0.x into main
Contributor

This PR contains the following updates:

Package Type Update Change
rand (source) dependencies minor 0.80.10

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rand](https://rust-random.github.io/book) ([source](https://github.com/rust-random/rand)) | dependencies | minor | `0.8` → `0.10` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate rand to 0.10
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
ceedba90f2
Author
Contributor

⚠️ 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: communities/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path communities/Cargo.toml --workspace
error: current package believes it's in a workspace when it's not:
current:   /var/lib/private/renovate/repos/forgejo/tensamin/iota/communities/Cargo.toml
workspace: /var/lib/private/renovate/repos/forgejo/tensamin/iota/Cargo.toml

this may be fixable by adding `communities` to the `workspace.members` array of the manifest located at: /var/lib/private/renovate/repos/forgejo/tensamin/iota/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

### ⚠️ 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: communities/Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path communities/Cargo.toml --workspace error: current package believes it's in a workspace when it's not: current: /var/lib/private/renovate/repos/forgejo/tensamin/iota/communities/Cargo.toml workspace: /var/lib/private/renovate/repos/forgejo/tensamin/iota/Cargo.toml this may be fixable by adding `communities` to the `workspace.members` array of the manifest located at: /var/lib/private/renovate/repos/forgejo/tensamin/iota/Cargo.toml Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest. ```
rasensprenger force-pushed renovate/rand-0.x from ceedba90f2
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
to b7c7a153d1
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
2026-08-28 18:01:05 +03:00
Compare
rasensprenger force-pushed renovate/rand-0.x from b7c7a153d1
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
to 588244eb7f
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
2026-08-29 14:02:35 +03:00
Compare
rasensprenger force-pushed renovate/rand-0.x from 588244eb7f
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
to f2770fb98f
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
2026-08-30 21:01:17 +03:00
Compare
rasensprenger force-pushed renovate/rand-0.x from f2770fb98f
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
to 62bd44d7d0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
2026-08-30 23:01:06 +03:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rand-0.x:renovate/rand-0.x
git switch renovate/rand-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/rand-0.x
git switch renovate/rand-0.x
git rebase main
git switch main
git merge --ff-only renovate/rand-0.x
git switch renovate/rand-0.x
git rebase main
git switch main
git merge --no-ff renovate/rand-0.x
git switch main
git merge --squash renovate/rand-0.x
git switch main
git merge --ff-only renovate/rand-0.x
git switch main
git merge renovate/rand-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
tensamin/iota!27
No description provided.