[PR #92] [MERGED] Update governor requirement from 0.7 to 0.8 #199

Closed
opened 2026-03-03 13:46:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/92
Author: @dependabot[bot]
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/governor-0.8


📝 Commits (1)

  • 492f714 Update governor requirement from 0.7 to 0.8

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on governor to permit the latest version.

Commits
  • fe4008b Merge pull request #253 from boinkor-net/release/governor/0.8.0
  • af2aab6 Changelog entry for #251
  • df3554f Release 0.8.0 🎉🎉
  • a028daf Merge pull request #251 from jonasmalacofilho/dont-allow-extra-cell-after-lon...
  • d4685a3 Remove extra cell when comparing additional weight and tau
  • d34c0c8 Rename function parameter to match its purpose
  • 237a4d4 deny: allow-list Unicode-3.0 license used by unicode-ident
  • 9075015 clippy: remove some needless lifetimes
  • 273f77b Differentiate between GCRA burst capacity and tolerance
  • e875cbf Fix quota tracking test that allowed one more cell than capacity
  • 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 <dependency name> 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/92 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/governor-0.8` --- ### 📝 Commits (1) - [`492f714`](https://github.com/gopher64/gopher64/commit/492f7141c28952ccadb99b8eaf7318cc1109c3a7) Update governor requirement from 0.7 to 0.8 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [governor](https://github.com/boinkor-net/governor) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boinkor-net/governor/commit/fe4008bab5be94f1ec9b16d7e598bc66102212b8"><code>fe4008b</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/253">#253</a> from boinkor-net/release/governor/0.8.0</li> <li><a href="https://github.com/boinkor-net/governor/commit/af2aab6777a1bd3a394ef6605b023cbdcae902d4"><code>af2aab6</code></a> Changelog entry for <a href="https://redirect.github.com/boinkor-net/governor/issues/251">#251</a></li> <li><a href="https://github.com/boinkor-net/governor/commit/df3554f9c0c6fd03a64e4f67f7791a6ebdb3ddc1"><code>df3554f</code></a> Release 0.8.0 🎉🎉</li> <li><a href="https://github.com/boinkor-net/governor/commit/a028dafa0b394b97b609a53765248e2730197396"><code>a028daf</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/251">#251</a> from jonasmalacofilho/dont-allow-extra-cell-after-lon...</li> <li><a href="https://github.com/boinkor-net/governor/commit/d4685a352d405799165be752d3127556d580a55a"><code>d4685a3</code></a> Remove extra cell when comparing additional weight and tau</li> <li><a href="https://github.com/boinkor-net/governor/commit/d34c0c8f822b9b62f89739d111bfb2d996a62176"><code>d34c0c8</code></a> Rename function parameter to match its purpose</li> <li><a href="https://github.com/boinkor-net/governor/commit/237a4d4f6579ef362aa1c93883d0638beb2691dc"><code>237a4d4</code></a> deny: allow-list Unicode-3.0 license used by unicode-ident</li> <li><a href="https://github.com/boinkor-net/governor/commit/9075015100026aa49906e6c7f6c5c1c62144d9b0"><code>9075015</code></a> clippy: remove some needless lifetimes</li> <li><a href="https://github.com/boinkor-net/governor/commit/273f77b16db676f7ba0b0f9ecca5fc19586e501f"><code>273f77b</code></a> Differentiate between GCRA burst capacity and tolerance</li> <li><a href="https://github.com/boinkor-net/governor/commit/e875cbfe28d8f04352611aeca22170aaf1f9d425"><code>e875cbf</code></a> Fix quota tracking test that allowed one more cell than capacity</li> <li>Additional commits viewable in <a href="https://github.com/boinkor-net/governor/compare/v0.7.0...v0.8.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#199
No description provided.