From 03ceb8f8f8e4f9136bae6fbd531fa7619964cb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:32:51 +0000 Subject: [PATCH] Update numeric_cast requirement from 0.1.2 to 0.2.0 Updates the requirements on [numeric_cast](https://github.com/Nugine/numeric_cast) to permit the latest version. - [Release notes](https://github.com/Nugine/numeric_cast/releases) - [Commits](https://github.com/Nugine/numeric_cast/compare/v0.1.2...v0.2.0) --- updated-dependencies: - dependency-name: numeric_cast 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 6e0ba2c..90e391a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ keywords = ["utilities"] categories = ["utilities"] [dependencies] -numeric_cast = "0.1.2" +numeric_cast = "0.2.0"