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.6.1 to 0.6.2 #2300

Merged
merged 1 commit into from
Jan 4, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 4, 2019

Bumps rand from 0.6.1 to 0.6.2.

Changelog

Sourced from rand's changelog.

[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
  • ec634c3 Merge pull request #673 from dhardy/master
  • cf5e07f Fix rand_xoshiro dependencies
  • 3001e91 Merge pull request #672 from dhardy/master
  • 3b7cf7a Prepare rand version 0.6.2 release
  • 2448457 Add changelog notes for rand_pcg version 0.1.2 release
  • 59f0b2f Prepare rand_os version 0.1.0 release; add copyright notices
  • a819aea Prepare rand_xoshiro version 0.1.0 release; add copyright notices
  • 04b780c Prepare rand_chacha version 0.1.1
  • 898f297 Prepare rand_xorshift version 0.1.1
  • 158c3e9 Merge pull request #671 from svenstaro/fix-emscripten-target
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@84cc240). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff            @@
##             master   #2300   +/-   ##
========================================
  Coverage          ?   73.5%           
========================================
  Files             ?     113           
  Lines             ?   17125           
  Branches          ?       0           
========================================
  Hits              ?   12601           
  Misses            ?    4524           
  Partials          ?       0

@garious
Copy link
Contributor

garious commented Jan 4, 2019

@dependabot rebase

@garious garious added the automerge Merge this Pull Request automatically once CI passes label Jan 4, 2019
@solana-grimes solana-grimes removed the automerge Merge this Pull Request automatically once CI passes label Jan 4, 2019
@solana-grimes
Copy link
Contributor

💔 Unable to automerge due to merge conflict

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rand-0.6.2 branch from 2d481bc to 727a50d Compare January 4, 2019 15:18
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rand-0.6.2 branch from 727a50d to 23f85fd Compare January 4, 2019 15:20
@garious garious merged commit f031fe5 into master Jan 4, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/rand-0.6.2 branch January 4, 2019 15:43
joncinque pushed a commit to joncinque/solana that referenced this pull request Oct 16, 2024
* extract precompile-error crate

* update PrecompileError usage

* remove thiserror from precompile-error crate

* fmt

* remove num-derive

* fix imports after rebase

* sort deps

* sort deps

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants