From 86108af003c658831bf27087812084668c391877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:53:22 +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 ++-- wtx-bench/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51257047..3b787be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,9 +894,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/wtx-bench/Cargo.toml b/wtx-bench/Cargo.toml index addacefb..7660a638 100644 --- a/wtx-bench/Cargo.toml +++ b/wtx-bench/Cargo.toml @@ -1,5 +1,5 @@ [dependencies] -diesel = { default-features = false, version = "2.0" } +diesel = { default-features = false, version = "2.1" } diesel-async = { default-features = false, features = ["postgres"], version = "0.4" } futures = { default-features = false, version = "0.3" } plotters = { default-features = false, features = ["histogram", "svg_backend"], version = "0.3" }