From 2f9bc0dde64307924a2a169a072e563161053ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:56:36 +0000 Subject: [PATCH] Bump diesel from 2.1.4 to 2.1.5 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.5/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: diesel 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 8601e8d..7092c9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.4" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c6fcf842f17f8c78ecf7c81d75c5ce84436b41ee07e03f490fbb5f5a8731d8" +checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559" dependencies = [ "bitflags 2.4.2", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index bf9d440..6a636ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" dotenv = "0.15.0" serenity = { version = "0.12.0", features = ["framework", "standard_framework"] } tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } -diesel = { version = "2.1.4", features = ["postgres"] } +diesel = { version = "2.1.5", features = ["postgres"] } log = "0.4" env_logger = "0.11" diesel_migrations = "2.1.0"