From 0e742a4a0000ffdf8074bf6be455a30922386db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:06:12 +0000 Subject: [PATCH] Update mysqlclient-sys requirement from 0.2.5 to 0.3.1 Updates the requirements on [mysqlclient-sys](https://github.com/sgrif/mysqlclient-sys) to permit the latest version. - [Release notes](https://github.com/sgrif/mysqlclient-sys/releases) - [Changelog](https://github.com/sgrif/mysqlclient-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/sgrif/mysqlclient-sys/commits) --- updated-dependencies: - dependency-name: mysqlclient-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helper/Cargo.toml | 2 +- nvd-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 5a527f8..9c6dd0a 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] argh = "0.1.12" -mysqlclient-sys = "0.2.5" +mysqlclient-sys = "0.3.1" diesel = { version = "2.1.0", features = ["r2d2", "mysql", "chrono", "uuid", "serde_json"] } chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] } dotenvy = "0.15" diff --git a/nvd-server/Cargo.toml b/nvd-server/Cargo.toml index 0008fd0..774dab3 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -17,7 +17,7 @@ actix-session = { version = "0.9.0", features = ["cookie-session"] } openssl = { version = "0.10", features = ["vendored"] } actix-files = "0.6.2" actix-cors = "0.7.0" -mysqlclient-sys = "0.2.5" +mysqlclient-sys = "0.3.1" thiserror = "1.0" env_logger = "0.11.1" utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }