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.8.3 to 0.8.4 in /fog/ingest/enclave/trusted #928

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps rand from 0.8.3 to 0.8.4.

Changelog

Sourced from rand's changelog.

[0.8.4] - 2021-06-15

Additions

  • Use const-generics to support arrays of all sizes (#1104)
  • Implement Clone and Copy for Alphanumeric (#1126)
  • Add Distribution::map to derive a distribution using a closure (#1129)
  • Add Slice distribution (#1107)
  • Add DistString trait with impls for Standard and Alphanumeric (#1133)

Other

  • Reorder asserts in Uniform float distributions for easier debugging of non-finite arguments (#1094, #1108)
  • Add range overflow check in Uniform float distributions (#1108)
  • Deprecate rngs::adapter::ReadRng (#1130)
Commits
  • 8792268 Merge pull request #1137 from rust-random/work2
  • 1bfc53d Update changelogs and bump version numbers
  • 4534311 Merge pull request #1133 from rust-random/work2
  • 81f1af8 Correct usage of reserve
  • fa17d1c Add comment to append_string for Standard
  • b4c1d66 Add DistString
  • 1947c89 Move Distribution trait and associates to sub-module
  • 98a0339 Merge pull request #1135 from dhardy/work
  • a7f8fb7 Prepare rand_chacha v0.3.1 release
  • 09d3df3 Merge pull request #1130 from dhardy/work
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2021
@jcape jcape requested review from a team September 16, 2021 00:18
@jcape jcape self-assigned this Sep 16, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/ingest/enclave/trusted/rand-0.8.4 branch 9 times, most recently from 671d823 to 39f2c81 Compare September 16, 2021 21:59
Bumps [rand](https://github.com/rust-random/rand) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.3...0.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/ingest/enclave/trusted/rand-0.8.4 branch from 39f2c81 to 4ccd2dd Compare September 16, 2021 23:07
@jcape jcape merged commit 9ba3862 into master Sep 16, 2021
@jcape jcape deleted the dependabot/cargo/fog/ingest/enclave/trusted/rand-0.8.4 branch September 16, 2021 23:57
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.

2 participants