From eea83596342f1434482b900022f8f9d92244020c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 09:09:58 -0400 Subject: [PATCH] chore(deps): bump r2d2 from 0.8.9 to 0.8.10 (#353) Bumps [r2d2](https://github.com/sfackler/r2d2) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/sfackler/r2d2/releases) - [Changelog](https://github.com/sfackler/r2d2/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/r2d2/compare/v0.8.9...v0.8.10) --- updated-dependencies: - dependency-name: r2d2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99692e9..778df932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,12 +1744,12 @@ dependencies = [ [[package]] name = "r2d2" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f" +checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" dependencies = [ "log", - "parking_lot 0.11.2", + "parking_lot 0.12.0", "scheduled-thread-pool", ]