From 67abfff61b35bff6c5f963dae9095af658bd687c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:29:02 +0000 Subject: [PATCH] build(deps): bump diesel from 2.1.5 to 2.1.6 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.6/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/adapter/Cargo.toml | 2 +- src/public/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 454a5ef..520706f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,9 +566,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.5" +version = "2.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559" +checksum = "ff236accb9a5069572099f0b350a92e9560e8e63a9b8d546162f4a5e03026bb2" dependencies = [ "bitflags 2.5.0", "byteorder", diff --git a/src/adapter/Cargo.toml b/src/adapter/Cargo.toml index b97620a..40fd4c8 100644 --- a/src/adapter/Cargo.toml +++ b/src/adapter/Cargo.toml @@ -29,7 +29,7 @@ version = "0.6.0" features = ["postgres", "serde"] [dependencies.diesel] -version = "2.1.4" +version = "2.1.6" features = ["postgres", "postgres_backend", "uuid"] [dependencies.serde] diff --git a/src/public/Cargo.toml b/src/public/Cargo.toml index 2f95f6b..225193d 100644 --- a/src/public/Cargo.toml +++ b/src/public/Cargo.toml @@ -86,7 +86,7 @@ version = "0.6.0" features = ["postgres", "serde"] [dependencies.diesel] -version = "2.1.0" +version = "2.1.6" features = ["postgres", "postgres_backend", "uuid"] [dependencies.openssl]