[PR #88] [MERGED] Update governor requirement from 0.6 to 0.7 #197

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/88
Author: @dependabot[bot]
Created: 10/22/2024
Status: Merged
Merged: 10/22/2024
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/governor-0.7


📝 Commits (1)

  • a766266 Update governor requirement from 0.6 to 0.7

📊 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
  • a9fe5d5 Merge pull request #248 from boinkor-net/release/governor/0.7.0
  • aab874e Explain my semver oops in changelog.
  • b56727c Release 0.7.0 🎉🎉
  • a6f74e1 Merge pull request #247 from boinkor-net/revert-246-back-out-clock-clone-boun...
  • 2c6b4d2 Revert "Revert "remove Clock: Clone bound""
  • 5bc4234 Merge pull request #246 from boinkor-net/back-out-clock-clone-bound-change
  • 25c9771 Add a changelog entry
  • cc093d0 Revert "remove Clock: Clone bound"
  • ae92838 Merge pull request #238 from boinkor-net/dependabot/cargo/cargo-3178697fdf
  • 4d7c295 Update dashmap requirement in the cargo group across 1 directory
  • 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/88 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/governor-0.7` --- ### 📝 Commits (1) - [`a766266`](https://github.com/gopher64/gopher64/commit/a7662669ddc00aa68fe43ed510289c5300056b46) Update governor requirement from 0.6 to 0.7 ### 📊 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/a9fe5d530f8560a32b64e68e65c4f593054a31fd"><code>a9fe5d5</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/248">#248</a> from boinkor-net/release/governor/0.7.0</li> <li><a href="https://github.com/boinkor-net/governor/commit/aab874e1c195ef916efd1ffebe088f2abf63f87f"><code>aab874e</code></a> Explain my semver oops in changelog.</li> <li><a href="https://github.com/boinkor-net/governor/commit/b56727c026079f9cef071a12e8386b41c118a452"><code>b56727c</code></a> Release 0.7.0 🎉🎉</li> <li><a href="https://github.com/boinkor-net/governor/commit/a6f74e16037a130601baa25bca0a84f2e0b43a2c"><code>a6f74e1</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/247">#247</a> from boinkor-net/revert-246-back-out-clock-clone-boun...</li> <li><a href="https://github.com/boinkor-net/governor/commit/2c6b4d2a6df4f293416cbd67c97c32d9ca7a1c40"><code>2c6b4d2</code></a> Revert &quot;Revert &quot;remove <code>Clock: Clone</code> bound&quot;&quot;</li> <li><a href="https://github.com/boinkor-net/governor/commit/5bc42342b561e15f08cccda1e7d00b8cdd88e67d"><code>5bc4234</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/246">#246</a> from boinkor-net/back-out-clock-clone-bound-change</li> <li><a href="https://github.com/boinkor-net/governor/commit/25c97713cab7f3d0f6d11879497534da00c778f6"><code>25c9771</code></a> Add a changelog entry</li> <li><a href="https://github.com/boinkor-net/governor/commit/cc093d0cf47a81ec4b11a717904d12d5e9e9524e"><code>cc093d0</code></a> Revert &quot;remove <code>Clock: Clone</code> bound&quot;</li> <li><a href="https://github.com/boinkor-net/governor/commit/ae9283804efda307729ae85e829d3638d8f99b2d"><code>ae92838</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/238">#238</a> from boinkor-net/dependabot/cargo/cargo-3178697fdf</li> <li><a href="https://github.com/boinkor-net/governor/commit/4d7c29504e402d1ba79d5401929cad4ea9b07b7b"><code>4d7c295</code></a> Update dashmap requirement in the cargo group across 1 directory</li> <li>Additional commits viewable in <a href="https://github.com/boinkor-net/governor/compare/v0.6.0...v0.7.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:23 +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#197
No description provided.