Bump governor from 0.5.0 to 0.5.1

Bumps [governor](https://github.com/antifuchs/governor) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/antifuchs/governor/releases)
- [Changelog](https://github.com/antifuchs/governor/blob/master/release.toml)
- [Commits](https://github.com/antifuchs/governor/compare/v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: governor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-03 07:01:30 +00:00 committed by GitHub
parent 35d60f0b29
commit 2159bf2829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -704,9 +704,9 @@ dependencies = [
[[package]]
name = "governor"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de1b4626e87b9eb1d603ed23067ba1e29ec1d0b35325a2b96c3fe1cf20871f56"
checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5"
dependencies = [
"cfg-if",
"dashmap",