From 83bb37d2cde6d6d09d51902b6f69fae69d0a317c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:54:23 +0000 Subject: [PATCH] fix(deps): update rust crate num-traits to 0.2.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bb1ed4d..fbf167df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pre-release-replacements = [ ] [dependencies] -num-traits = "0.2.18" +num-traits = "0.2.19" indexmap = "2.2.6" rustc-hash = "1.1.0" integer-sqrt = "0.1.5"