From 425bb8319956de53310bee0790e216efe1066bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:02:10 +0000 Subject: [PATCH] Update diesel requirement from 1.4.5 to 2.0.3 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.3/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v1.4.5...v2.0.3) --- 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..be7a36c 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.3", features = ["sqlite"], optional = true } failure = "0.1.8" html2md = { version = "0.2.10", optional = true } regex = "1.4.2"