From aab8cce206182f154abdd857bb37f7ab4733d2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:32:58 +0000 Subject: [PATCH] Update numeric_cast requirement from 0.1.2 to 0.2.1 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.1) --- 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..19b30a1 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.1"