Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quanta requirement from 0.10.0 to 0.11.1 #374

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Updates the requirements on quanta to permit the latest version.

Changelog

Sourced from quanta's changelog.

[0.11.1] - 2023-05-28

Added

  • Added a new method, Clock::delta_as_nanos, for getting the delta between two raw measurements as the whole number of nanoseconds instead of the initial conversion to Duration. (#86)

#86: metrics-rs/quanta#86

[0.11.0] - 2023-03-24

Added

  • Instant::elapsed() has been added. (#82)

Changed

  • Instant::duration_since and Instant::sub now saturates to zero. (#82)
  • Performance of Instant::now under high contention has been improved. (#82)

#82: metrics-rs/quanta#82

[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)

#72: metrics-rs/quanta#72 #68: metrics-rs/quanta#68

[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.

... (truncated)

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 29, 2023
Updates the requirements on [quanta](https://github.com/metrics-rs/quanta) to permit the latest version.
- [Changelog](https://github.com/metrics-rs/quanta/blob/main/CHANGELOG.md)
- [Commits](https://github.com/metrics-rs/quanta/commits/v0.11.1)

---
updated-dependencies:
- dependency-name: quanta
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/quanta-0.11.1 branch from 33bbdf0 to 9e22cc5 Compare June 5, 2023 16:08
@tobz
Copy link
Member

tobz commented Oct 9, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #396.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/cargo/quanta-0.11.1 branch October 9, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant