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

build(deps): bump getrandom from 0.2.8 to 0.2.9 #410

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2023

Bumps getrandom from 0.2.8 to 0.2.9.

Changelog

Sourced from getrandom's changelog.

[0.2.9] - 2023-04-03

Added

  • AIX support #282
  • getrandom_uninit function #291
  • wasm64-unknown-unknown support #303
  • tvOS and watchOS support #317
  • QNX/nto support #325
  • Support for getrandom syscall on NetBSD ≥ 10.0 #331
  • RtlGenRandom fallback for non-UWP Windows #337

Breaking Changes

  • Update MSRV to 1.36 #291

Fixed

  • Solaris/OpenBSD/Dragonfly build #301

Changed

  • Update MSRV to 1.36 #291
  • Use getentropy on Emscripten #307
  • Solaris: consistantly use /dev/random source #310
  • Move 3ds selection above rdrand/js/custom fallback #312
  • Remove buffer zeroing from Node.js implementation #315
  • Use open instead of open64 #326
  • Remove #cfg from bsd_arandom.rs #332
  • Hermit: use sys_read_entropy syscall #333
  • Eliminate potential panic in sys_fill_exact #334
  • rdrand: Remove checking for 0 and !0 and instead check CPU family and do a self-test #335
  • Move __getrandom_custom definition into a const block #344
  • Switch the custom backend to Rust ABI #347

#282: rust-random/getrandom#282 #291: rust-random/getrandom#291 #301: rust-random/getrandom#301 #303: rust-random/getrandom#303 #307: rust-random/getrandom#307 #310: rust-random/getrandom#310 #312: rust-random/getrandom#312 #315: rust-random/getrandom#315 #317: rust-random/getrandom#317 #325: rust-random/getrandom#325 #326: rust-random/getrandom#326 #331: rust-random/getrandom#331 #332: rust-random/getrandom#332 #333: rust-random/getrandom#333 #334: rust-random/getrandom#334 #335: rust-random/getrandom#335 #337: rust-random/getrandom#337 #344: rust-random/getrandom#344 #347: rust-random/getrandom#347

Commits

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)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.8 to 0.2.9.
- [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.2.8...v0.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 7, 2023
@tarcieri tarcieri merged commit f979ae6 into master Apr 7, 2023
50 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/getrandom-0.2.9 branch April 7, 2023 13:26
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant