From 16b5c9ddd9f0ef6c5c604708d7ea6a55cb8755c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:56:52 +0000 Subject: [PATCH] Update diesel requirement from 1.4.5 to 2.0.4 Updates the requirements on [diesel](https://github.com/diesel-rs/diesel) to permit the latest version. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v1.4.5...v2.0.4) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb78a2c..35ba4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/nuxeh/aocf" keywords = ["advent", "code", "cli", "tool", "helper"] [dependencies] -diesel = { version = "1.4.5", features = ["sqlite"], optional = true } +diesel = { version = "2.0.4", features = ["sqlite"], optional = true } failure = "0.1.8" html2md = { version = "0.2.10", optional = true } regex = "1.4.2"