From 560cb6497e7b71ed810269b99fe4e3d650be261a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2020 23:43:03 +0000 Subject: [PATCH] Update Rust crate diesel to 1.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ad3936..291cbf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ build = "src/build.rs" ammonia = "3.1.0" base64 = "0.12.0" chrono = "0.4.11" -diesel = { version = "1.4.3", features = ["chrono", "postgres", "r2d2"] } +diesel = { version = "1.4.4", features = ["chrono", "postgres", "r2d2"] } diesel_migrations = "1.4.0" env_logger = { version = "0.7.1", default-features = false } extension-trait = "0.2.1"