[PR #524] [CLOSED] Update getrandom requirement from 0.2.3 to 0.3.3 #512

Closed
opened 2026-02-27 20:25:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/524
Author: @dependabot[bot]
Created: 5/9/2025
Status: Closed

Base: masterHead: dependabot/cargo/getrandom-0.3.3


📝 Commits (1)

  • 3f6c6ea Update getrandom requirement from 0.2.3 to 0.3.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on getrandom to permit the latest version.

Changelog

Sourced from getrandom's changelog.

[0.3.3] - 2025-05-09

Changed

  • Doc improvements #632 #634 #635
  • Add crate version to docs.rs links used in compile_error!s #639

Fixed

  • Error handling in WASI p1 #661

#632: rust-random/getrandom#632 #634: rust-random/getrandom#634 #635: rust-random/getrandom#635 #639: rust-random/getrandom#639 #661: rust-random/getrandom#661

[0.3.2] - 2025-03-17

Added

  • efi_rng opt-in backend #570
  • linux_raw opt-in backend #572
  • .cargo/config.toml example in the crate-level docs #591
  • getrandom_test_linux_without_fallback configuration flag to test that file fallback is not triggered in the linux_android_with_fallback backend #605
  • Built-in support for *-linux-none targets #618
  • Cygwin support #626

Changed

  • Update wasi dependency to v0.14 #594
  • Add #[inline] attribute to the inner functions #596
  • Update WASI and Emscripten links in the crate-level docs #597
  • Do not use dlsym on MUSL targets in the linux_android_with_fallback backend #602
  • Remove linux_android.rs and use getrandom.rs instead #603
  • Always use RtlGenRandom on Windows targets when compiling with pre-1.78 Rust #610
  • Internal representation of the Error type #614
  • Remove windows-targets dependency and use [raw-dylib] directly #627

Removed

  • Error::INTERNAL_START and Error::CUSTOM_START associated constants #614

#570: rust-random/getrandom#570 #572: rust-random/getrandom#572 #591: rust-random/getrandom#591 #594: rust-random/getrandom#594 #596: rust-random/getrandom#596 #597: rust-random/getrandom#597 #602: rust-random/getrandom#602 #603: rust-random/getrandom#603 #605: rust-random/getrandom#605 #610: rust-random/getrandom#610 #614: rust-random/getrandom#614

... (truncated)

Commits

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/524 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/9/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/getrandom-0.3.3` --- ### 📝 Commits (1) - [`3f6c6ea`](https://github.com/ramsayleung/rspotify/commit/3f6c6eaebb14e293148cf392efd2129b05ce4c0c) Update getrandom requirement from 0.2.3 to 0.3.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md">getrandom's changelog</a>.</em></p> <blockquote> <h2>[0.3.3] - 2025-05-09</h2> <h3>Changed</h3> <ul> <li>Doc improvements <a href="https://redirect.github.com/rust-random/getrandom/issues/632">#632</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/634">#634</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/635">#635</a></li> <li>Add crate version to docs.rs links used in <code>compile_error!</code>s <a href="https://redirect.github.com/rust-random/getrandom/issues/639">#639</a></li> </ul> <h2>Fixed</h2> <ul> <li>Error handling in WASI p1 <a href="https://redirect.github.com/rust-random/getrandom/issues/661">#661</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/632">#632</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/632">rust-random/getrandom#632</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/634">#634</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/634">rust-random/getrandom#634</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/635">#635</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/635">rust-random/getrandom#635</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/639">#639</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/639">rust-random/getrandom#639</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/661">#661</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/661">rust-random/getrandom#661</a></p> <h2>[0.3.2] - 2025-03-17</h2> <h3>Added</h3> <ul> <li><code>efi_rng</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/570">#570</a></li> <li><code>linux_raw</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/572">#572</a></li> <li><code>.cargo/config.toml</code> example in the crate-level docs <a href="https://redirect.github.com/rust-random/getrandom/issues/591">#591</a></li> <li><code>getrandom_test_linux_without_fallback</code> configuration flag to test that file fallback is not triggered in the <code>linux_android_with_fallback</code> backend <a href="https://redirect.github.com/rust-random/getrandom/issues/605">#605</a></li> <li>Built-in support for <code>*-linux-none</code> targets <a href="https://redirect.github.com/rust-random/getrandom/issues/618">#618</a></li> <li>Cygwin support <a href="https://redirect.github.com/rust-random/getrandom/issues/626">#626</a></li> </ul> <h3>Changed</h3> <ul> <li>Update <code>wasi</code> dependency to v0.14 <a href="https://redirect.github.com/rust-random/getrandom/issues/594">#594</a></li> <li>Add <code>#[inline]</code> attribute to the inner functions <a href="https://redirect.github.com/rust-random/getrandom/issues/596">#596</a></li> <li>Update WASI and Emscripten links in the crate-level docs <a href="https://redirect.github.com/rust-random/getrandom/issues/597">#597</a></li> <li>Do not use <code>dlsym</code> on MUSL targets in the <code>linux_android_with_fallback</code> backend <a href="https://redirect.github.com/rust-random/getrandom/issues/602">#602</a></li> <li>Remove <code>linux_android.rs</code> and use <code>getrandom.rs</code> instead <a href="https://redirect.github.com/rust-random/getrandom/issues/603">#603</a></li> <li>Always use <code>RtlGenRandom</code> on Windows targets when compiling with pre-1.78 Rust <a href="https://redirect.github.com/rust-random/getrandom/issues/610">#610</a></li> <li>Internal representation of the <code>Error</code> type <a href="https://redirect.github.com/rust-random/getrandom/issues/614">#614</a></li> <li>Remove <code>windows-targets</code> dependency and use [<code>raw-dylib</code>] directly <a href="https://redirect.github.com/rust-random/getrandom/issues/627">#627</a></li> </ul> <h3>Removed</h3> <ul> <li><code>Error::INTERNAL_START</code> and <code>Error::CUSTOM_START</code> associated constants <a href="https://redirect.github.com/rust-random/getrandom/issues/614">#614</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/570">#570</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/570">rust-random/getrandom#570</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/572">#572</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/572">rust-random/getrandom#572</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/591">#591</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/591">rust-random/getrandom#591</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/594">#594</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/594">rust-random/getrandom#594</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/596">#596</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/596">rust-random/getrandom#596</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/597">#597</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/597">rust-random/getrandom#597</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/602">#602</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/602">rust-random/getrandom#602</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/603">#603</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/603">rust-random/getrandom#603</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/605">#605</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/605">rust-random/getrandom#605</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/610">#610</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/610">rust-random/getrandom#610</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/614">#614</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/614">rust-random/getrandom#614</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/getrandom/commit/82396406b28f23ba86e3e511d34a4f5dab0fda08"><code>8239640</code></a> Update Cargo.lock with updated version (<a href="https://redirect.github.com/rust-random/getrandom/issues/664">#664</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/4804becaf5916517edec1b812bb6514569ae471c"><code>4804bec</code></a> Release v0.3.3 (<a href="https://redirect.github.com/rust-random/getrandom/issues/663">#663</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/74e53dabeb9359e63e9be7d6cf0eb468a64523d5"><code>74e53da</code></a> Fix error handling in WASI p1 (<a href="https://redirect.github.com/rust-random/getrandom/issues/661">#661</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/f0ff6e257631fbe2b16d2a46ca02292acf83c9f4"><code>f0ff6e2</code></a> build(deps): bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/getrandom/issues/662">#662</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/68aecab25f0307030bcc90ebbab5adfa4be3eea6"><code>68aecab</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/659">#659</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/189dcb350b15dc97221181a6d01094754558e84e"><code>189dcb3</code></a> Add changelog entry for v0.2.16 (<a href="https://redirect.github.com/rust-random/getrandom/issues/657">#657</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/07b0c124299e82f602754b1e64952d621ce21044"><code>07b0c12</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/652">#652</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/aaff261f72fd2be75ef312f944ff4abe4dae259e"><code>aaff261</code></a> changelog: fix v0.3.3 link (<a href="https://redirect.github.com/rust-random/getrandom/issues/650">#650</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/27a48b2c3660899fb637c26541ee06f476fe25e7"><code>27a48b2</code></a> build(deps): bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/getrandom/issues/649">#649</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/eff129c4179f17c46c930f4f8af027425c7f659a"><code>eff129c</code></a> ci: remove DragonFly BSD VM job (<a href="https://redirect.github.com/rust-random/getrandom/issues/648">#648</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.2.3...v0.3.3">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:25:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#512
No description provided.