Fanaen / web-tracing

Path tracer à embarquer dans une application web
MIT License
1 stars 0 forks source link

chore(deps): bump rand_core from 0.4.0 to 0.4.2 in /apps/wasm-module #55

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps rand_core from 0.4.0 to 0.4.2.

Changelog

Sourced from rand_core's changelog.

[0.4.2] - 2018-01-06

Changed

  • Use winapi on Windows
  • Update for Fuchsia OS
  • Remove dev-dependency on log

[0.4.1] - 2017-12-17

Added

  • no_std support

[0.4.0-pre.0] - 2017-12-11

Added

  • JitterRng added as a high-quality alternative entropy source using the system timer
  • new seq module with sample_iter, sample_slice, etc.
  • WASM support via dummy implementations (fail at run-time)
  • Additional benchmarks, covering generators and new seq code

Changed

  • thread_rng uses JitterRng if seeding from system time fails (slower but more secure than previous method)

Deprecated

  • sample function deprecated (replaced by sample_iter)

[0.3.20] - 2018-01-06

Changed

  • Remove dev-dependency on log
  • Update fuchsia-zircon dependency to 0.3.2

[0.3.19] - 2017-12-27

Changed

  • Require log <= 0.3.8 for dev builds
  • Update fuchsia-zircon dependency to 0.3
  • Fix broken links in docs (to unblock compiler docs testing CI)

[0.3.18] - 2017-11-06

Changed

  • thread_rng is seeded from the system time if OsRng fails
  • weak_rng now uses thread_rng internally

[0.3.17] - 2017-10-07

Changed

  • Fuchsia: Magenta was renamed Zircon

... (truncated)

Commits
  • 5c371b2 rand_core: bump version to 0.4.2
  • c4b9390 Merge pull request #853 from dhardy/core-0.4
  • 1b58378 Disable serde1 feature in tests of rand
  • b1eea36 Prepare rand_core 0.4.1 release
  • 56c171f Workaround to support older Rustc
  • 6688100 Fix syntax of some links in documentation
  • eda7ac5 Adjust inlining
  • 3bede5f fix extracting a u64 on little-endian CPUs
  • 26456b5 Remove specialisations of fill_bytes for block RNGs
  • 7895ad4 fix unaligned and illegal-provenance reads in next_u64
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Fanaen/web-tracing/network/alerts).