Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate fastrand to v2 #221

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fastrand dependencies major 1.9.0 -> 2.0.1

Release Notes

smol-rs/fastrand (fastrand)

v2.0.1

Compare Source

  • Clarify documentation for the fork() method. (#​62)
  • Mention fastrand-contrib in documentation. (#​70)

v2.0.0

Compare Source

  • Breaking: Remove interior mutability from Rng. (#​47)
  • Add a fork() method. (#​49)
  • Add a no_std mode. (#​50)
  • Add an iterator selection function. (#​51)
  • Add a choose_multiple() function for sampling several elements from an iterator. (#​55)
  • Use the getrandom crate for seeding on WebAssembly targets if the js feature is enabled. (#​60)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate fastrand to v2 Update Rust crate fastrand to v2 Dec 25, 2023
Copy link
Contributor Author

renovate bot commented Jan 26, 2024

⚠ 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 client/Cargo.toml --package [email protected] --precise 2.0.1
    Updating crates.io index
error: failed to select a version for the requirement `fastrand = "^1.4"`
candidate versions found which didn't match: 2.0.1
location searched: crates.io index
required by package `lettre v0.10.4`
    ... which satisfies dependency `lettre = "^0.10"` (locked to 0.10.4) of package `stat_server v1.7.2 (/tmp/renovate/repos/github/zdz/ServerStatus-Rust/server)`
perhaps a crate was updated and forgotten to be re-vendored?

@zdz zdz merged commit 50a1ae0 into master Jan 26, 2024
0 of 2 checks passed
@renovate renovate bot changed the title Update Rust crate fastrand to v2 fix(deps): update rust crate fastrand to v2 Jan 26, 2024
@renovate renovate bot deleted the renovate/fastrand-2.x branch January 26, 2024 14:41
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.

1 participant