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

Bump rand from 0.9.0-alpha.1 to 0.9.0-alpha.2 #137

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps rand from 0.9.0-alpha.1 to 0.9.0-alpha.2.

Changelog

Sourced from rand's changelog.

[0.9.0-alpha.2] - 2024-07-29

  • Add rand::distributions::WeightedIndex::{weight, weights, total_weight} (#1420)
  • Add IndexedRandom::choose_multiple_array, index::sample_array (#1453, #1469)
  • Bump the MSRV to 1.61.0
  • Rename Rng::gen to Rng::random to avoid conflict with the new gen keyword in Rust 2024 (#1435)
  • Move all benchmarks to new benches crate (#1439)
  • Annotate panicking methods with #[track_caller] (#1442, #1447)
  • Enable feature small_rng by default (#1455)
  • Allow UniformFloat::new samples and UniformFloat::sample_single to yield high (#1462)
  • Fix portability of rand::distributions::Slice (#1469)
  • Rename rand::distributions to rand::distr (#1470)
  • The serde1 feature has been renamed serde (#1477)
  • Add Rng::gen_index and UniformUsize (#1471)
  • Remove support for generating isize and usize values with Standard, Uniform and Fill and usage as a WeightedAliasIndex weight (#1471)
  • Mark WeightError, PoissonError, BinomialError as #[non_exhaustive] (#1480).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rand](https://github.com/rust-random/rand) from 0.9.0-alpha.1 to 0.9.0-alpha.2.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.0-alpha.2/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/commits/0.9.0-alpha.2)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@dependabot dependabot bot requested a review from jbhannah July 29, 2024 12:56
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2024

Looks like rand is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rand-0.9.0-alpha.2 branch August 21, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants