From 3eefcaf93b7e8e1455e7f789daf8afbf63bfc8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:49:44 +0000 Subject: [PATCH] Update numeric_cast requirement from 0.1.2 to 0.3.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.3.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..fd46607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ keywords = ["utilities"] categories = ["utilities"] [dependencies] -numeric_cast = "0.1.2" +numeric_cast = "0.3.0"