[PR #126] [MERGED] Update getrandom requirement from 0.1.14 to 0.2.0 #259

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/126
Author: @dependabot[bot]
Created: 9/10/2020
Status: Merged
Merged: 9/11/2020
Merged by: @ramsayleung

Base: masterHead: dependabot/cargo/getrandom-0.2.0


📝 Commits (1)

  • 0fa8ee3 Update getrandom requirement from 0.1.14 to 0.2.0

📊 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.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 offical support for Hermit, L4Re, and UEFI #133
  • Remove optional "log" dependancy #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 #131: rust-random/getrandom#131 #133: rust-random/getrandom#133 #149: rust-random/getrandom#149 #153: rust-random/getrandom#153 #159: rust-random/getrandom#159

[0.1.15] - 2020-09-10

Changed

  • Added support for Internet Explorer 11 #139
  • Fix Webpack require warning with wasm-bindgen #137

#137: rust-random/getrandom#137 #139: rust-random/getrandom#139

[0.1.14] - 2020-01-07

Changed

  • Remove use of spin-locks in the use_file module. #125
  • Update wasi to v0.9. #126
  • Do not read errno value on DragonFlyBSD to fix compilation failure. #129

#125: rust-random/getrandom#125 #126: rust-random/getrandom#126 #129: rust-random/getrandom#129

[0.1.13] - 2019-08-25

Added

  • VxWorks targets support. #86
Commits
  • 5d2a4a2 Update Changelog for 0.2
  • 5f4886b Merge branch 'master' into 0.2
  • b929998 docs: add target triple to docs table
  • e0c155e docs: Clarify deps of root binary crate
  • b8c0c8d custom: Add check for function type
  • 1ebd2ce docs: Clarify intended usage for Custom RNGs
  • a6fa63c docs: Update section headers
  • bf6d124 travis: Make sure to run docs tests for all features
  • b416060 docs: Clarify when/where to use custom implementations
  • e8ff222 docs: Update wasm32 support section
  • Additional commits viewable in compare view

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)

🔄 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/126 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/10/2020 **Status:** ✅ Merged **Merged:** 9/11/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `dependabot/cargo/getrandom-0.2.0` --- ### 📝 Commits (1) - [`0fa8ee3`](https://github.com/ramsayleung/rspotify/commit/0fa8ee3501bf0c48f8b705425aadf152df20bb4d) Update getrandom requirement from 0.1.14 to 0.2.0 ### 📊 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.2.0] - 2020-09-10</h2> <h3>Features for using getrandom on unsupported targets</h3> <p>The following (off by default) Cargo features have been added:</p> <ul> <li><code>&quot;rdrand&quot;</code> - use the RDRAND instruction on <code>no_std</code> <code>x86</code>/<code>x86_64</code> targets <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/133">#133</a></li> <li><code>&quot;js&quot;</code> - use JavaScript calls on <code>wasm32-unknown-unknown</code> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/149">#149</a> <ul> <li>Replaces the <code>stdweb</code> and <code>wasm-bindgen</code> features (which are removed)</li> </ul> </li> <li><code>&quot;custom&quot;</code> - allows a user to specify a custom implementation <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/109">#109</a></li> </ul> <h3>Breaking Changes</h3> <ul> <li>Unsupported targets no longer compile <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/107">#107</a></li> <li>Change/Add <code>Error</code> constants <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/120">#120</a></li> <li>Only impl <code>std</code> traits when the <code>&quot;std&quot;</code> Cargo feature is specified <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/106">#106</a></li> <li>Remove offical support for Hermit, L4Re, and UEFI <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/133">#133</a></li> <li>Remove optional <code>&quot;log&quot;</code> dependancy <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/131">#131</a></li> <li>Update minimum supported Linux kernel to 2.6.32 <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/153">#153</a></li> <li>Update MSRV to 1.34 <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/159">#159</a></li> </ul> <p><a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/106">#106</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/106">rust-random/getrandom#106</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/107">#107</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/107">rust-random/getrandom#107</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/109">#109</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/109">rust-random/getrandom#109</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/120">#120</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/120">rust-random/getrandom#120</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/131">#131</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/131">rust-random/getrandom#131</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/133">#133</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/133">rust-random/getrandom#133</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/149">#149</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/149">rust-random/getrandom#149</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/153">#153</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/153">rust-random/getrandom#153</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/159">#159</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/159">rust-random/getrandom#159</a></p> <h2>[0.1.15] - 2020-09-10</h2> <h3>Changed</h3> <ul> <li>Added support for Internet Explorer 11 <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/139">#139</a></li> <li>Fix Webpack require warning with <code>wasm-bindgen</code> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/137">#137</a></li> </ul> <p><a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/137">#137</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/137">rust-random/getrandom#137</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/139">#139</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/139">rust-random/getrandom#139</a></p> <h2>[0.1.14] - 2020-01-07</h2> <h3>Changed</h3> <ul> <li>Remove use of spin-locks in the <code>use_file</code> module. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/125">#125</a></li> <li>Update <code>wasi</code> to v0.9. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/126">#126</a></li> <li>Do not read errno value on DragonFlyBSD to fix compilation failure. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/129">#129</a></li> </ul> <p><a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/125">#125</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/125">rust-random/getrandom#125</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/126">#126</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/126">rust-random/getrandom#126</a> <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/129">#129</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/129">rust-random/getrandom#129</a></p> <h2>[0.1.13] - 2019-08-25</h2> <h3>Added</h3> <ul> <li>VxWorks targets support. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/86">#86</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/getrandom/commit/5d2a4a2e56df3e4fc997695faa52d8ff0e2da203"><code>5d2a4a2</code></a> Update Changelog for 0.2</li> <li><a href="https://github.com/rust-random/getrandom/commit/5f4886bce10fc10036193a28d7c0bc14bdfc119a"><code>5f4886b</code></a> Merge branch 'master' into 0.2</li> <li><a href="https://github.com/rust-random/getrandom/commit/b9299988ea286cbbc3a5fb02c561047454e9f30d"><code>b929998</code></a> docs: add target triple to docs table</li> <li><a href="https://github.com/rust-random/getrandom/commit/e0c155e2019d40ccfbae4446658d0c6522849c39"><code>e0c155e</code></a> docs: Clarify deps of root binary crate</li> <li><a href="https://github.com/rust-random/getrandom/commit/b8c0c8d006813841d0d190ccac122cb7de8b2588"><code>b8c0c8d</code></a> custom: Add check for function type</li> <li><a href="https://github.com/rust-random/getrandom/commit/1ebd2ce0e3229f89d2f05419b2f34ff302668d83"><code>1ebd2ce</code></a> docs: Clarify intended usage for Custom RNGs</li> <li><a href="https://github.com/rust-random/getrandom/commit/a6fa63c6073b3f0656b42fb9237bee821613b7ec"><code>a6fa63c</code></a> docs: Update section headers</li> <li><a href="https://github.com/rust-random/getrandom/commit/bf6d124d536add7dcc028d8f216cee034a07a529"><code>bf6d124</code></a> travis: Make sure to run docs tests for all features</li> <li><a href="https://github.com/rust-random/getrandom/commit/b4160604d7628d6838a460c5e5663cc0917bd29d"><code>b416060</code></a> docs: Clarify when/where to use custom implementations</li> <li><a href="https://github.com/rust-random/getrandom/commit/e8ff2222850056cfc31751393bd52b78d7921c0c"><code>e8ff222</code></a> docs: Update wasm32 support section</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.1.14...v0.2.0">compare view</a></li> </ul> </details> <br /> 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-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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:59 +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#259
No description provided.