From fbd8b278f08611883135a21c2ebe8a27881716e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 00:42:45 +0000 Subject: [PATCH] Bump diesel from 1.4.3 to 1.4.6 Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.3 to 1.4.6. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v1.4.3...v1.4.6) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc34c6c..ef90745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.10" @@ -160,9 +162,9 @@ dependencies = [ [[package]] name = "diesel" -version = "1.4.3" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7cc03b910de9935007861dce440881f69102aaaedfd4bc5a6f40340ca5840c" +checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 0bc40e9..355d149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ scraper = { git = "https://github.com/causal-agent/scraper"} reqwest = { version = "0.10.4" } select = {version = "0.4.3"} regex = "1" -diesel = { version = "1.4.3", features = ["postgres", "uuid", "chrono"] } +diesel = { version = "1.4.6", features = ["postgres", "uuid", "chrono"] } dotenv = "0.15.0" uuid = "0.6" chrono = "0.4.11"