From 9e6eaa702f4f8985f8435801f7a2e5e854ddbe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:28:28 +0000 Subject: [PATCH] build(deps): bump mobc from 0.8.4 to 0.8.5 Bumps [mobc](https://github.com/importcjj/mobc) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/importcjj/mobc/releases) - [Changelog](https://github.com/importcjj/mobc/blob/main/CHANGELOG.md) - [Commits](https://github.com/importcjj/mobc/commits/0.8.5) --- updated-dependencies: - dependency-name: mobc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- kbs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 810e18f6c..00f398f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3002,9 +3002,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.22.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835" +checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" dependencies = [ "ahash 0.8.11", "portable-atomic", @@ -3066,9 +3066,9 @@ dependencies = [ [[package]] name = "mobc" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8d3681f0b299413df040f53c6950de82e48a8e1a9f79d442ed1ad3694d660b9" +checksum = "316a7d198b51958a0ab57248bf5f42d8409551203cb3c821d5925819a8d5415f" dependencies = [ "async-trait", "futures-channel", diff --git a/kbs/Cargo.toml b/kbs/Cargo.toml index 1288c8d34..b58e08b15 100644 --- a/kbs/Cargo.toml +++ b/kbs/Cargo.toml @@ -51,7 +51,7 @@ kbs-types.workspace = true kms = { workspace = true, default-features = false } lazy_static = "1.4.0" log.workspace = true -mobc = { version = "0.8.3", optional = true } +mobc = { version = "0.8.5", optional = true } prost = { workspace = true, optional = true } rand = "0.8.5" regex = "1.11.1"