From d78484f213af3e191682503b9ae24e7bb5186ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 02:10:48 +0000 Subject: [PATCH] build(deps): update version-compare requirement from 0.0.11 to 0.1.1 Updates the requirements on [version-compare](https://gitlab.com/timvisee/version-compare) to permit the latest version. - [Release notes](https://gitlab.com/timvisee/version-compare/tags) - [Changelog](https://gitlab.com/timvisee/version-compare/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/timvisee/version-compare/compare/v0.0.11...v0.1.1) --- updated-dependencies: - dependency-name: version-compare 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 218c2e3..258093b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/ejiek/pacops" clap = "2.33.3" config = "0.11" reqwest = { version = "0.11", features = ["blocking", "json"] } -version-compare = "0.0.11" +version-compare = "0.1.1" select = "0.5.0" regex = "1.4.3" blake2 = "0.9.1"