From 7dfb3c0e200f64f2491ff42be2b748ec05dddc59 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 07:59:52 +0000 Subject: [PATCH] Update Rust crate diesel to 1.4.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbfda65..9fe9d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,9 +317,9 @@ dependencies = [ [[package]] name = "diesel" -version = "1.4.7" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bba51ca66f57261fd17cadf8b73e4775cc307d0521d855de3f5de91a8f074e0e" +checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 106e662..3cc7386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = "0.4.19" chrono-tz = "0.5.3" regex = "1.5.4" reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] } -diesel = { version = "1.4.7", features = ["postgres"] } +diesel = { version = "1.4.8", features = ["postgres"] } diesel_migrations = "1.4.0" [dependencies.rocket_contrib]