Bump rand_core from 0.6.1 to 0.6.4 #2

Merged
dependabot[bot] merged 1 commits from dependabot/cargo/rand_core-0.6.4 into master 2024-10-29 17:34:41 +08:00
dependabot[bot] commented 2023-05-15 13:21:48 +08:00 (Migrated from github.com)

Bumps rand_core from 0.6.1 to 0.6.4.

Changelog

Sourced from rand_core's changelog.

[0.6.4] - 2019-01-08

Fixes

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

[0.6.3] - 2019-01-04

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)

[0.6.2] - 2019-01-04

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)
Commits
  • 4336232 Merge pull request #686 from dhardy/master
  • 1d07496 Fix changelogs and bump rand_os version number
  • 5142481 Merge remote-tracking branch 'origin/master' and update changelog
  • afc9d9a Merge pull request #670 from akash-fortanix/sgx-target
  • e1e4005 Update changelog
  • 1ad20a7 Generalise WASM tests
  • 94efb40 Remove remaining WASM remnants from rand to rand_os
  • f7bfa1a rand_os: use run-time failure on unsupported WASM platforms
  • 42ece4f Document and correct usage of new rand_os "feature"
  • 1d97fa1 remove winapi feature
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.1 to 0.6.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand_core's changelog</a>.</em></p> <blockquote> <h2>[0.6.4] - 2019-01-08</h2> <h3>Fixes</h3> <ul> <li>Move wasm-bindgen shims to correct crate (<a href="https://redirect.github.com/rust-random/rand/issues/686">#686</a>)</li> <li>Make <code>wasm32-unknown-unknown</code> compile but fail at run-time if missing bindingsg (<a href="https://redirect.github.com/rust-random/rand/issues/686">#686</a>)</li> </ul> <h2>[0.6.3] - 2019-01-04</h2> <h3>Fixes</h3> <ul> <li>Make the <code>std</code> feature require the optional <code>rand_os</code> dependency (<a href="https://redirect.github.com/rust-random/rand/issues/675">#675</a>)</li> <li>Re-export the optional WASM dependencies of <code>rand_os</code> from <code>rand</code> to avoid breakage (<a href="https://redirect.github.com/rust-random/rand/issues/674">#674</a>)</li> </ul> <h2>[0.6.2] - 2019-01-04</h2> <h3>Additions</h3> <ul> <li>Add <code>Default</code> for <code>ThreadRng</code> (<a href="https://redirect.github.com/rust-random/rand/issues/657">#657</a>)</li> <li>Move <code>rngs::OsRng</code> to <code>rand_os</code> sub-crate; clean up code; use as dependency (<a href="https://redirect.github.com/rust-random/rand/issues/643">#643</a>) ##BLOCKER##</li> <li>Add <code>rand_xoshiro</code> sub-crate, plus benchmarks (<a href="https://redirect.github.com/rust-random/rand/issues/642">#642</a>, <a href="https://redirect.github.com/rust-random/rand/issues/668">#668</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix bias in <code>UniformInt::sample_single</code> (<a href="https://redirect.github.com/rust-random/rand/issues/662">#662</a>)</li> <li>Use <code>autocfg</code> instead of <code>rustc_version</code> for rustc version detection (<a href="https://redirect.github.com/rust-random/rand/issues/664">#664</a>)</li> <li>Disable <code>i128</code> and <code>u128</code> if the <code>target_os</code> is <code>emscripten</code> (<a href="https://redirect.github.com/rust-random/rand/issues/671">#671</a>: work-around Emscripten limitation)</li> <li>CI fixes (<a href="https://redirect.github.com/rust-random/rand/issues/660">#660</a>, <a href="https://redirect.github.com/rust-random/rand/issues/671">#671</a>)</li> </ul> <h3>Optimisations</h3> <ul> <li>Optimise memory usage of <code>UnitCircle</code> and <code>UnitSphereSurface</code> distributions (no PR)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/4336232dda03323634b10ec72ddf27914aebc3a2"><code>4336232</code></a> Merge pull request <a href="https://redirect.github.com/rust-random/rand/issues/686">#686</a> from dhardy/master</li> <li><a href="https://github.com/rust-random/rand/commit/1d07496d87c8df19807d9bd44ef6b77c2adab6c8"><code>1d07496</code></a> Fix changelogs and bump rand_os version number</li> <li><a href="https://github.com/rust-random/rand/commit/514248197be85ed44b6c653cfd6402c8ed6bbab2"><code>5142481</code></a> Merge remote-tracking branch 'origin/master' and update changelog</li> <li><a href="https://github.com/rust-random/rand/commit/afc9d9a6b868f5e0ba7ae34d1bcf012a59186298"><code>afc9d9a</code></a> Merge pull request <a href="https://redirect.github.com/rust-random/rand/issues/670">#670</a> from akash-fortanix/sgx-target</li> <li><a href="https://github.com/rust-random/rand/commit/e1e400512ce5854eb7954bded461e9729251015c"><code>e1e4005</code></a> Update changelog</li> <li><a href="https://github.com/rust-random/rand/commit/1ad20a7f2537ac347d6983bd319f3f8642d271c8"><code>1ad20a7</code></a> Generalise WASM tests</li> <li><a href="https://github.com/rust-random/rand/commit/94efb409ac15c5bca9572c7623a12d12ddeb8cc0"><code>94efb40</code></a> Remove remaining WASM remnants from rand to rand_os</li> <li><a href="https://github.com/rust-random/rand/commit/f7bfa1a9a5c03739ec46f1a17e099f9d74d4cfb2"><code>f7bfa1a</code></a> rand_os: use run-time failure on unsupported WASM platforms</li> <li><a href="https://github.com/rust-random/rand/commit/42ece4f82ae62afa26ae7fbd55f362b0741b4555"><code>42ece4f</code></a> Document and correct usage of new rand_os &quot;feature&quot;</li> <li><a href="https://github.com/rust-random/rand/commit/1d97fa139bfd59d12882b3e8a48a881c1621dbfa"><code>1d97fa1</code></a> remove winapi feature</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/rand_core-0.6.1...0.6.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rand_core&package-manager=cargo&previous-version=0.6.1&new-version=0.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/uttarayan21/snake-rs/network/alerts). </details>
Sign in to join this conversation.