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.1.16 to 0.2.10 #1778

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps getrandom from 0.1.16 to 0.2.10.

Changelog

Sourced from getrandom's changelog.

[0.2.10] - 2023-06-06

Added

  • Support for PS Vita (armv7-sony-vita-newlibeabihf) #359

Changed

  • Use getentropy from libc on Emscripten targets #362

#359: rust-random/getrandom#359 #362: rust-random/getrandom#362

[0.2.9] - 2023-04-06

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 18, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/getrandom-0.2.10 branch 3 times, most recently from 1a00f42 to f974f2c Compare June 24, 2024 02:52
@joncinque
Copy link

We only keep around getrandom for the wasm build to generate random keypairs. I took a quick look and used the new crate features documented at https://docs.rs/getrandom/latest/getrandom/#webassembly-support, but it didn't work unfortunately.

@dependabot dependabot bot force-pushed the dependabot/cargo/getrandom-0.2.10 branch 2 times, most recently from dd05f44 to f3bee07 Compare July 9, 2024 06:32
@dependabot dependabot bot force-pushed the dependabot/cargo/getrandom-0.2.10 branch 2 times, most recently from dd1a0fb to 379af2e Compare July 17, 2024 01:56
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.1.16 to 0.2.10.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.1.16...v0.2.10)

---
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/getrandom-0.2.10 branch from 2d2dc23 to 24e3511 Compare July 18, 2024 08:37
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.

1 participant