From 889e85ce5485181fcbd43f43cc1004aef51d8828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:12:36 -0700 Subject: [PATCH] Update Rust crate diesel to 2.2.0 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 807bd3e..16f465b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ default = [ "cockroach" ] [dependencies] bb8 = "0.8" async-trait = "0.1.80" -diesel = { version = "2.1.6", default-features = false, features = [ "r2d2" ] } +diesel = { version = "2.2.0", default-features = false, features = [ "r2d2" ] } futures = "0.3" thiserror = "1.0" tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thread" ] } [dev-dependencies] anyhow = "1.0" -diesel = { version = "2.1.6", features = [ "postgres", "r2d2" ] } +diesel = { version = "2.2.0", features = [ "postgres", "r2d2" ] } libc = "0.2.154" tempfile = "3.8" tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }