zmitchell / splatter

A Rust framework for creating generative art
0 stars 0 forks source link

fix(deps): update rust crate getrandom to 0.2.14 - autoclosed #62

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
getrandom dependencies patch 0.2.10 -> 0.2.14

Release Notes

rust-random/getrandom (getrandom) ### [`v0.2.14`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0214---2024-04-08) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.13...v0.2.14) ##### Fixed - Enable `/dev/urandom` fallback for MUSL-based Linux targets [#​408] [#​408]: https://togithub.com/rust-random/getrandom/pull/408 ### [`v0.2.13`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0213---2024-04-06) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.12...v0.2.13) ##### Added - `linux_disable_fallback` crate feature to disable `/dev/urandom`-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). [#​396] ##### Changed - Disable `/dev/urandom` fallback for Linux targets outside of the following `target_arch`es: `aarch64`, `arm`, `powerpc`, `powerpc64`, `s390x`, `x86`, `x86_64` [#​396] - Do not catch `EPERM` error code on Android while checking availability of the `getrandom` syscall [#​396] [#​396]: https://togithub.com/rust-random/getrandom/pull/396 ### [`v0.2.12`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0212---2024-01-09) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.11...v0.2.12) ##### Fixed - Custom backend for targets without atomics [#​385] ##### Changed - Improve robustness of the Hermit backend and `sys_fill_exact` [#​386] - Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 [#​388] ##### Added - Document platform support policy [#​387] [#​385]: https://togithub.com/rust-random/getrandom/pull/385 [#​386]: https://togithub.com/rust-random/getrandom/pull/386 [#​387]: https://togithub.com/rust-random/getrandom/pull/387 [#​388]: https://togithub.com/rust-random/getrandom/pull/388 ### [`v0.2.11`](https://togithub.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#0211---2023-11-08) [Compare Source](https://togithub.com/rust-random/getrandom/compare/v0.2.10...v0.2.11) ##### Added - GNU/Hurd support [#​370] ##### Changed - Renamed `__getrandom_internal` to `__GETRANDOM_INTERNAL` [#​369] - Updated link to Hermit docs [#​374] [#​369]: https://togithub.com/rust-random/getrandom/pull/369 [#​370]: https://togithub.com/rust-random/getrandom/pull/370 [#​374]: https://togithub.com/rust-random/getrandom/pull/374

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.