From dc9f46a1ee0e7a7fb53a355d54369c6203df9af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:44:09 +0000 Subject: [PATCH] build(deps): bump mysql_common from 0.32.2 to 0.32.4 Bumps [mysql_common](https://github.com/blackbeam/rust_mysql_common) from 0.32.2 to 0.32.4. - [Release notes](https://github.com/blackbeam/rust_mysql_common/releases) - [Commits](https://github.com/blackbeam/rust_mysql_common/compare/v0.32.2...v0.32.4) --- updated-dependencies: - dependency-name: mysql_common dependency-type: direct:production update-type: version-update:semver-patch ... 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 05a579e..5b603ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,9 +1196,9 @@ dependencies = [ [[package]] name = "mysql_common" -version = "0.32.2" +version = "0.32.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ccdc1fe2bb3ef97e07ba4397327ed45509a1e2e499e2f8265243879cbc7313c" +checksum = "478b0ff3f7d67b79da2b96f56f334431aef65e15ba4b29dd74a4236e29582bdc" dependencies = [ "base64 0.21.7", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index 79a67fc..3b51e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ sea-query = { version = "0.30.7", default-features = false, features = [ ] } r2d2 = "0.8.10" mysql = { version = "25.0.1", default-features = false, features = ["minimal"] } -mysql_common = { version = "0.32.2", default-features = false, features = [ +mysql_common = { version = "0.32.4", default-features = false, features = [ "time", "derive", "bigdecimal",