RustCrypto / stream-ciphers

Collection of stream cipher algorithms
255 stars 49 forks source link

build(deps): bump rand_core from 0.9.0-alpha.1 to 0.9.0-alpha.2 #364

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

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

Changelog

Sourced from rand_core'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

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.