boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
550 stars 43 forks source link

Update quanta requirement from 0.11.1 to 0.12.0 #209

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on quanta to permit the latest version.

Changelog

Sourced from quanta's changelog.

[0.12.0] - 2023-10-04

Added

  • Experimental support for ARM. (#91)

#91: metrics-rs/quanta#91

Changed

  • Update raw-cpuid to 11.0.

[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

... (truncated)

Commits
  • f3bbebd (cargo-release) version 0.12.0
  • d9759c1 update changelog
  • 6357b90 add private field to squash lints for unit-structs-via-default
  • c8637d8 fix the thingy
  • 44a0a34 condense things
  • 0cde625 clean up code; remove ARM fast path since we have no way to test it
  • c14e910 debug stuff
  • 485bba4 fix type name, woops
  • f4985a0 wip
  • ff7abb9 Update raw-cpuid requirement from 10.2 to 11.0 (#83)
  • 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 show 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)
codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (9b9283f) 98.15% compared to head (c0d98d0) 98.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ======================================= Coverage 98.15% 98.15% ======================================= Files 31 31 Lines 2227 2227 ======================================= Hits 2186 2186 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

antifuchs commented 11 months ago

bors merge

bors[bot] commented 11 months ago

Build failed:

antifuchs commented 10 months ago

bors merge

bors[bot] commented 10 months ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.