governor icon indicating copy to clipboard operation
governor copied to clipboard

Update quanta requirement from 0.9.0 to 0.10.1

Open dependabot[bot] opened this issue 2 years ago • 2 comments

Updates the requirements on quanta to permit the latest version.

Changelog

Sourced from quanta's changelog.

[0.10.1] - 2022-07-20

Added

  • Implement std::error::Error for quanta::Error. (#68)

Changed

  • Fixed build issue on x86/x86_64 platforms that did not have SSE.
  • Fix scaling factor for window.performance.now() in WASM (#72)

[0.10.0] - 2022-05-18

Changed

  • Documentation has been updated to reflect that quanta does not track time across system suspends.
  • Fixed a panic in the calibration loop if a certain edge case with TSC measurements is encountered.
  • Updated a unit test that was frequently flaky to be more precise.

Removed

  • Instant::as_u64 has been removed. As it provided direct access to an value that could fundamentally change from version-to-version, it felt like time to remove that footgun and push users more towards the API that mimics std::time.
  • Clock::upkeep has been removed. It doesn't need to exist on Clock directly, as we have had the quanta::set_recent free function for a while now, and was just duplicating that.
  • Clock::start and Clock::end have been removed. They saw limited usage and overall just added somewhat needless API clutter given that users who are looking to do ultra-precise timing will either want more control or use another technique such as instruction counting.

[0.9.3] - 2021-09-16

Added

  • CI tests for MIPS/ARM. (#55)

Changed

  • Fixed compilation issue with Mock on MIPS/ARM. (#55)
  • Simplified how TSC/RDTSC suppoort is detected, which should avoid some situations where it was assumed to be present, but actually was not. (#57)

[0.9.2] - 2021-08-25

Changed

  • Pinned crossbeam-utils to v0.8.5 where AtomicCell::fetch_update was introduced to fix, which fixes broken builds where Cargo chooses a version between 0.8.0 and 0.8.5.
  • Update raw-cpuid to 10.2 and average to 0.13.

... (truncated)

Commits
  • 3a7d361 (cargo-release) version 0.10.1
  • 278c0b9 downgrade/pin criterion to v0.3.3 to avoid semver breaking upgrade to plotter...
  • 459c8eb update changelog
  • 2e4272e Fix scaling factor for window.performance.now in WASM (#72)
  • 1595464 impl std Error for upkeep Error (#68)
  • e803758 Update CHANGELOG.md
  • 76a3629 Update lib.rs
  • c419945 Fix formatting.
  • c3545c4 Move TSC checks into feature gated area.
  • 33c61dc (cargo-release) version 0.10.0
  • 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)

dependabot[bot] avatar Jul 21 '22 04:07 dependabot[bot]

bors rebase

antifuchs avatar Sep 21 '22 13:09 antifuchs

@dependabot rebase

antifuchs avatar Sep 21 '22 13:09 antifuchs

@dependabot rebase

antifuchs avatar Mar 25 '23 18:03 antifuchs

Superseded by #175.

dependabot[bot] avatar Mar 25 '23 18:03 dependabot[bot]