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 getrandom from 0.1.13 to 0.2.2 in /fog/view/enclave/trusted #986

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps getrandom from 0.1.13 to 0.2.2.

Changelog

Sourced from getrandom's changelog.

[0.2.2] - 2021-01-19

Changed

  • Forward rustc-dep-of-std to dependencies. #198
  • Highlight feature-dependend functionality in documentation using the doc_cfg feature. #200

#198: rust-random/getrandom#198 #200: rust-random/getrandom#200

[0.2.1] - 2021-01-03

Changed

  • Update cfg-if to v1.0. #166
  • Update wasi to v0.10. #167

Fixed

  • Multithreaded WASM support. #165

Removed

  • Windows XP support. #177
  • Direct stdweb support. #178
  • CloudABI support. #184

#165: rust-random/getrandom#165 #166: rust-random/getrandom#166 #167: rust-random/getrandom#167 #177: rust-random/getrandom#177 #178: rust-random/getrandom#178 #184: rust-random/getrandom#184

[0.2.0] - 2020-09-10

Features for using getrandom on unsupported targets

The following (off by default) Cargo features have been added:

  • "rdrand" - use the RDRAND instruction on no_std x86/x86_64 targets #133
  • "js" - use JavaScript calls on wasm32-unknown-unknown #149
    • Replaces the stdweb and wasm-bindgen features (which are removed)
  • "custom" - allows a user to specify a custom implementation #109

Breaking Changes

  • Unsupported targets no longer compile #107
  • Change/Add Error constants #120
  • Only impl std traits when the "std" Cargo feature is specified #106
  • Remove official support for Hermit, L4Re, and UEFI #133
  • Remove optional "log" dependency #131
  • Update minimum supported Linux kernel to 2.6.32 #153
  • Update MSRV to 1.34 #159

#106: rust-random/getrandom#106 #107: rust-random/getrandom#107 #109: rust-random/getrandom#109 #120: rust-random/getrandom#120

... (truncated)

Commits
  • d79de0c Release v0.2.2 (#201)
  • 27b5172 Merge pull request #200 from rust-random/doc_feature
  • d7a0d58 Set doc(cfg(feature = "std")) on std trait impls
  • 2cfbd8e Modify doc tests to set docsrs
  • 69634b7 Use doc_cfg to improve register_custom_getrandom docs
  • 9a48bfa Merge pull request #198 from rust-random/hermit
  • 3661e9d Properly forward rustc-dep-of-std feature
  • 03cc4f7 Cache Cargo index and Rust build directory
  • 347a300 Add test for custom RNG handler (#197)
  • 9d7a76c Add Emscripten tests (#196)
  • 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 16, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/view/enclave/trusted/getrandom-0.2.2 branch from 13c9bde to 7017e4a Compare September 16, 2021 23:00
@cbeck88
Copy link
Contributor

cbeck88 commented Sep 16, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/fog/view/enclave/trusted/getrandom-0.2.2 branch 2 times, most recently from 31ef2ad to d687809 Compare September 17, 2021 00:41
@cbeck88
Copy link
Contributor

cbeck88 commented Sep 17, 2021

@jcape i guess we should check if the 0.2.0 changelog entry:

Features for using getrandom on unsupported targets

The following (off by default) Cargo features have been added:

"rdrand" - use the RDRAND instruction on no_std x86/x86_64 targets #133

means that we can remove the mc-crypto-rand crate, that would be nice

@jcape
Copy link
Contributor

jcape commented Sep 17, 2021

Yeah, that's on my list of things to investigate :)

@dependabot dependabot bot force-pushed the dependabot/cargo/fog/view/enclave/trusted/getrandom-0.2.2 branch 3 times, most recently from bdf6129 to 15337ff Compare September 18, 2021 01:12
@jcape
Copy link
Contributor

jcape commented Sep 22, 2021

@dependabot rebase

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.1.13 to 0.2.2.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.1.13...v0.2.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/view/enclave/trusted/getrandom-0.2.2 branch from 15337ff to a1a070c Compare September 22, 2021 00:35
@jcape jcape self-assigned this Sep 22, 2021
@jcape jcape requested a review from a team September 22, 2021 19:37
@jcape jcape added this to In progress in Consensus via automation Sep 22, 2021
Consensus automation moved this from In progress to Reviewer approved Sep 22, 2021
@jcape jcape merged commit 9fe5087 into master Sep 22, 2021
@jcape jcape deleted the dependabot/cargo/fog/view/enclave/trusted/getrandom-0.2.2 branch September 22, 2021 20:00
Consensus automation moved this from Reviewer approved to Done Sep 22, 2021
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
No open projects
Consensus
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants