Skip to content

Commit 0f07a4d

Browse files
chore(deps): update getrandom requirement from 0.3.3 to 0.4.0 (#947)
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.4.0] - 2026-02-02</h2> <h3>Added</h3> <ul> <li><code>RawOsError</code> type alias <a href="https://redirect.github.com/rust-random/getrandom/issues/739">#739</a></li> <li><code>SysRng</code> behind new feature <code>sys_rng</code> <a href="https://redirect.github.com/rust-random/getrandom/issues/751">#751</a></li> <li>WASIp3 support <a href="https://redirect.github.com/rust-random/getrandom/issues/779">#779</a></li> <li><code>extern_impl</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/786">#786</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/794">#794</a></li> <li>Motor OS support <a href="https://redirect.github.com/rust-random/getrandom/issues/797">#797</a></li> </ul> <h3>Changed</h3> <ul> <li>Use Edition 2024 and MSRV 1.85 <a href="https://redirect.github.com/rust-random/getrandom/issues/749">#749</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/739">#739</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/739">rust-random/getrandom#739</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/749">#749</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/749">rust-random/getrandom#749</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/751">#751</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/751">rust-random/getrandom#751</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/779">#779</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/779">rust-random/getrandom#779</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/786">#786</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/786">rust-random/getrandom#786</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/794">#794</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/794">rust-random/getrandom#794</a></p> <h2>[0.3.4] - 2025-10-14</h2> <h3>Major change to <code>wasm_js</code> backend</h3> <p>Now, when the <code>wasm_js</code> feature is enabled, the <code>wasm_js</code> backend will be used by default. Users of <code>wasm32-unknown-unknown</code> targeting JavaScript environments like the Web and Node.js will no longer need to specify:</p> <pre><code>--cfg getrandom_backend=&quot;wasm_js&quot; </code></pre> <p>in <code>RUSTFLAGS</code> for the crate to compile. They can now simple enable a feature.</p> <p>Note: this should not affect non-JS users of the <code>wasm32-unknown-unknown</code> target. Using <code>--cfg getrandom_backend</code> will still override the source of randomness <em>even if</em> the <code>wasm_js</code> feature is enabled. This includes <code>--cfg getrandom_backend=custom</code> and <code>--cfg getrandom_backend=unsupported</code>.</p> <p>For more information, see the discussions in <a href="https://redirect.github.com/rust-random/getrandom/issues/671">#671</a>, <a href="https://redirect.github.com/rust-random/getrandom/issues/675">#675</a>, and <a href="https://redirect.github.com/rust-random/getrandom/issues/730">#730</a>.</p> <h3>Added</h3> <ul> <li><code>unsupported</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/667">#667</a></li> <li><code>windows_legacy</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/724">#724</a></li> </ul> <h3>Changed</h3> <ul> <li>Implement Memory Sanitizer unpoisoning more precisely <a href="https://redirect.github.com/rust-random/getrandom/issues/678">#678</a></li> <li>Relax MSRV for the <code>linux_raw</code> opt-in backend on ARM targets <a href="https://redirect.github.com/rust-random/getrandom/issues/688">#688</a></li> <li>Use <code>getrandom</code> syscall on all RISC-V Linux targets <a href="https://redirect.github.com/rust-random/getrandom/issues/699">#699</a></li> <li>Replaced <code>wasi</code> dependency with <code>wasip2</code> <a href="https://redirect.github.com/rust-random/getrandom/issues/721">#721</a></li> <li>Enable <code>wasm_js</code> backend by default if the <code>wasm_js</code> feature is enabled <a href="https://redirect.github.com/rust-random/getrandom/issues/730">#730</a></li> </ul> <h3>Removed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/getrandom/commit/35fd5af2ed77b4a103b5b9a5248f0b8cd56c7aaa"><code>35fd5af</code></a> Prepare v0.4.0 release (<a href="https://redirect.github.com/rust-random/getrandom/issues/798">#798</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/269bc59fbc42bf43cab144542fa4ccd62aa58763"><code>269bc59</code></a> ci: fix tests.yml (<a href="https://redirect.github.com/rust-random/getrandom/issues/799">#799</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/1fce070f75c5d695372d7f6c5649d74a2f9effaf"><code>1fce070</code></a> Rename <code>extern_item_impls</code> opt-in backend to <code>extern_impl</code> (<a href="https://redirect.github.com/rust-random/getrandom/issues/794">#794</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/887775d2535f3b9048326cd2e06a1afc5fe73b78"><code>887775d</code></a> Add rdrand backend for Motor OS (<a href="https://redirect.github.com/rust-random/getrandom/issues/797">#797</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/2e35077901555d278c54f156626ae5effa39729c"><code>2e35077</code></a> Update license year (<a href="https://redirect.github.com/rust-random/getrandom/issues/795">#795</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/2e15731546515efe9681cce87806bb83ef4f5975"><code>2e15731</code></a> Add <code>extern_item_impls</code> opt-in backend (<a href="https://redirect.github.com/rust-random/getrandom/issues/786">#786</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/698db3b4d2218c202478abe989109e2bcbb33dc8"><code>698db3b</code></a> Bump <code>wasip3</code> to v0.4 (<a href="https://redirect.github.com/rust-random/getrandom/issues/790">#790</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/ebc99b6f5f18484329760255b3c057d0e04b9577"><code>ebc99b6</code></a> readme: fix outdated Windows 10 entry (<a href="https://redirect.github.com/rust-random/getrandom/issues/792">#792</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/56a296181458f8ce8b0c874a51c8c8dddc54e173"><code>56a2961</code></a> Enable lints in Cargo.toml (<a href="https://redirect.github.com/rust-random/getrandom/issues/791">#791</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/4f596a91886ae8fc31abe3065cde2088c11d712e"><code>4f596a9</code></a> ci: check docs with enabled <code>sys_rng</code> feature (<a href="https://redirect.github.com/rust-random/getrandom/issues/789">#789</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.3.3...v0.4.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4075228 commit 0f07a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ geoarrow-array = "0.6.0"
6363
geoparquet = "0.6.0"
6464
geoarrow-schema = "0.6.0"
6565
geojson = "0.24.1"
66-
getrandom = { version = "0.3.3", features = ["wasm_js"] }
66+
getrandom = { version = "0.4.0", features = ["wasm_js"] }
6767
http = "1.1"
6868
indexmap = { version = "2.10.0", features = ["serde"] }
6969
jsonschema = { version = "0.40.0", default-features = false, features = [

0 commit comments

Comments
 (0)