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 rand_core_ristretto to 0.6.4 #139

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rand_core_ristretto (source) dependencies minor 0.5.1 -> 0.6.4

Release Notes

rust-random/rand

v0.6.4

Compare Source

Fixes
  • Move wasm-bindgen shims to correct crate (#​686)
  • Make wasm32-unknown-unknown compile but fail at run-time if missing bindingsg (#​686)

v0.6.3

Compare Source

Fixes
  • Make the std feature require the optional rand_os dependency (#​675)
  • Re-export the optional WASM dependencies of rand_os from rand to avoid breakage (#​674)

v0.6.2

Compare Source

Additions
  • Add Default for ThreadRng (#​657)
  • Move rngs::OsRng to rand_os sub-crate; clean up code; use as dependency (#​643) ##BLOCKER##
  • Add rand_xoshiro sub-crate, plus benchmarks (#​642, #​668)
Fixes
  • Fix bias in UniformInt::sample_single (#​662)
  • Use autocfg instead of rustc_version for rustc version detection (#​664)
  • Disable i128 and u128 if the target_os is emscripten (#​671: work-around Emscripten limitation)
  • CI fixes (#​660, #​671)
Optimisations
  • Optimise memory usage of UnitCircle and UnitSphereSurface distributions (no PR)

v0.6.1

Compare Source

  • Support sampling Duration also for no_std (only since Rust 1.25) (#​649)
  • Disable default features of libc (#​647)

v0.6.0

Compare Source

Project organisation
Platforms
RNGs
  • Switch SmallRng to use PCG (#​623)
  • Implement Pcg32 and Pcg64Mcg generators (#​632)
  • Move ISAAC RNGs to a dedicated crate (#​551)
  • Move Xorshift RNG to its own crate (#​557)
  • Move ChaCha and HC128 RNGs to dedicated crates (#​607, #​636)
  • Remove usage of Rc from ThreadRng (#​615)
Sampling and distributions
  • Implement Rng.gen_ratio() and Bernoulli::new_ratio() (#​491)
  • Make Uniform strictly respect f32 / f64 high/low bounds (#​477)
  • Allow gen_range and Uniform to work on non-Copy types (#​506)
  • Uniform supports inclusive ranges: Uniform::from(a..=b). This is
    automatically enabled for Rust >= 1.27. (#​566)
  • Implement TrustedLen and FusedIterator for DistIter (#​620)
New distributions
  • Add the Dirichlet distribution (#​485)
  • Added sampling from the unit sphere and circle. (#​567)
  • Implement the triangular distribution (#​575)
  • Implement the Weibull distribution (#​576)
  • Implement the Beta distribution (#​574)
Optimisations
  • Optimise Bernoulli::new (#​500)
  • Optimise char sampling (#​519)
  • Optimise sampling of std::time::Duration (#​583)
Sequences
  • Redesign the seq module (#​483, #​515)
  • Add WeightedIndex and choose_weighted (#​518, #​547)
  • Optimised and changed return type of the sample_indices function. (#​479)
  • Use Iterator::size_hint() to speed up IteratorRandom::choose (#​593)
SIMD
Other
  • Revise CI scripts (#​632, #​635)
  • Remove functionality already deprecated in 0.5 (#​499)
  • Support for i128 and u128 is automatically enabled for Rust >= 1.26. This
    renders the i128_support feature obsolete. It still exists for backwards
    compatibility but does not have any effect. This breaks programs using Rand
    with i128_support on nightlies older than Rust 1.26. (#​571)

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, click this checkbox.

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

@rillian rillian closed this Sep 27, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Sep 27, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.6.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/rand_core_ristretto-0.x branch September 27, 2022 06:27
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