domoritz / arrow-wasm

Apache Arrow in WebAssembly
Apache License 2.0
79 stars 9 forks source link

chore(deps): bump getrandom from 0.2.8 to 0.2.9 #129

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)