From 33c3e88af2f4b36707905eb6ea71ab92ac14ee45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 04:10:47 +0000 Subject: [PATCH] chore(deps): Bump governor from 0.5.1 to 0.6.0 Bumps [governor](https://github.com/antifuchs/governor) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/antifuchs/governor/blob/master/release.toml) - [Commits](https://github.com/antifuchs/governor/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: governor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2d28f57f70c4..c9dc6341cbfd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3457,9 +3457,9 @@ dependencies = [ [[package]] name = "governor" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5" +checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4" dependencies = [ "cfg-if", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 9dfcebcdfb214..023501554ab63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }