From 8eab3138960be27e63ce6616e320835372e6d37e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:06:41 +0000 Subject: [PATCH] fix(deps): update rust crate diesel to 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 958cda3..815b272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -diesel = {version = "2.0.4", features = ["postgres"]} +diesel = {version = "2.1.0", features = ["postgres"]} diesel_logger = "0.3.0" diesel_migrations = "2.0.0" lazy_static = "1.4.0"