From 2159bf2829efb35d7084715a9eab403dcf182778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 07:01:30 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64574ee..2f75c4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",