Skip to content

Commit

Permalink
chore(deps): Bump governor from 0.5.1 to 0.6.0 (vectordotdev#17960)
Browse files Browse the repository at this point in the history
Bumps [governor](https://github.com/antifuchs/governor) from 0.5.1 to
0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/antifuchs/governor/commit/921b986371f1eff03b6236dacd659b02738f3a66"><code>921b986</code></a>
Release 0.6.0 🎉🎉</li>
<li><a
href="https://github.com/antifuchs/governor/commit/a0c9f7f1013f855ed9e2b3b5ff7b59ee096990c5"><code>a0c9f7f</code></a>
Fix release.toml for newer cargo release</li>
<li><a
href="https://github.com/antifuchs/governor/commit/9991cc31510ba7e57bfb47dc18522b9404001fd6"><code>9991cc3</code></a>
Merge <a
href="https://redirect.github.com/antifuchs/governor/issues/192">#192</a></li>
<li><a
href="https://github.com/antifuchs/governor/commit/305f266435017cf641befd6b64c2d23cc854752f"><code>305f266</code></a>
Merge dependabot/cargo/criterion-0.5.1 into combined-prs-branch</li>
<li><a
href="https://github.com/antifuchs/governor/commit/7a6054f96aabd1c86ad7fd67357f9103d2184019"><code>7a6054f</code></a>
Add combine-prs.yml, a workflow for combining dependabot PRs into
one</li>
<li><a
href="https://github.com/antifuchs/governor/commit/c3b102613efe7d467f384e0247c73f4f3b514c3c"><code>c3b1026</code></a>
Update criterion requirement from 0.4.0 to 0.5.1</li>
<li><a
href="https://github.com/antifuchs/governor/commit/590197ffe718e75fa1452160c131b0f71b68295b"><code>590197f</code></a>
Merge <a
href="https://redirect.github.com/antifuchs/governor/issues/190">#190</a></li>
<li><a
href="https://github.com/antifuchs/governor/commit/9c24837d17efa0ef5daf727fe5b71ce37d72f3cf"><code>9c24837</code></a>
Update CL to talk about the quanta upkeep clock instead</li>
<li><a
href="https://github.com/antifuchs/governor/commit/feac43dc21b54f60f7239bc00d8d38ebba14fcda"><code>feac43d</code></a>
Use delta_as_nanos to avoid conversion through Duration</li>
<li><a
href="https://github.com/antifuchs/governor/commit/3c2dc9967ab32a233226a9d21b5c3fb61526a13c"><code>3c2dc99</code></a>
Bump quanta to 0.11.1 for delta_as_nanos</li>
<li>Additional commits viewable in <a
href="https://github.com/antifuchs/governor/compare/v0.5.1...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=governor&package-manager=cargo&previous-version=0.5.1&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 3921a24 commit 467baab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ exitcode = { version = "1.1.2", default-features = false }
flate2 = { version = "1.0.26", default-features = false, features = ["default"] }
futures-util = { version = "0.3.28", default-features = false }
glob = { version = "0.3.1", default-features = false }
governor = { version = "0.5.1", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
governor = { version = "0.6.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
grok = { version = "2.0.0", default-features = false, optional = true }
h2 = { version = "0.3.20", default-features = false, optional = true }
hash_hasher = { version = "2.0.0", default-features = false }
Expand Down

0 comments on commit 467baab

Please sign in to comment.