From 5220a4bec0a4417ecbabf2bc0fa8f78d580bc074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:23:41 +0000 Subject: [PATCH] Bump diesel from 2.1.3 to 2.1.4 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.4/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.3...v2.1.4) --- 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 087d5f0..9c962a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2268a214a6f118fce1838edba3d1561cf0e78d8de785475957a580a7f8c69d33" +checksum = "62c6fcf842f17f8c78ecf7c81d75c5ce84436b41ee07e03f490fbb5f5a8731d8" dependencies = [ "bitflags 2.4.1", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 8243946..fea9e3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" dotenv = "0.15.0" serenity = "0.11.5" tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] } -diesel = { version = "2.1.3", features = ["postgres"] } +diesel = { version = "2.1.4", features = ["postgres"] } log = "0.4" env_logger = "0.10"