From 46d199419568d668198c353e6cb151ba09bdd8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:21:09 +0000 Subject: [PATCH] Bump rbatis from 3.0.29 to 3.0.30 Bumps [rbatis](https://github.com/rbatis/rbatis) from 3.0.29 to 3.0.30. - [Release notes](https://github.com/rbatis/rbatis/releases) - [Commits](https://github.com/rbatis/rbatis/compare/v3.0.29...v3.0.30) --- updated-dependencies: - dependency-name: rbatis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3913587..5308e96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2186,16 +2186,15 @@ dependencies = [ [[package]] name = "rbatis" -version = "3.0.29" +version = "3.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c605c2852c546aa377cb7c672679c6e4e345fb938b8407fcb0bfc149d56999" +checksum = "1b8c968bd15606738295d8b71dca35cfef3bb1a124af89dab45a18ed83b19975" dependencies = [ "async-trait", "chrono", "futures", "futures-core", "hex", - "lazy_static", "log", "once_cell", "rand", @@ -2209,9 +2208,9 @@ dependencies = [ [[package]] name = "rbatis-core" -version = "3.0.19" +version = "3.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c87fa8e1ff3d9ae75b26188d1f7eca3222edbdd65883eff1ae885a7e12c2e" +checksum = "2cd0da1efe628da94506a15dc8e628a6c25b6d8de77fb2d51149ac9c7893153d" dependencies = [ "base64", "bigdecimal", -- GitLab