From bd73ba332c02663cdaec78ea58b67af2e67a8b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:07:55 +0000 Subject: [PATCH] fix(deps): update rust crate num-traits to 0.2.17 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5190cc5..6f799bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index c1ce4b7..c368696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ doctest = false statically_linked = [] [dependencies] -num-traits = "0.2.15" +num-traits = "0.2.17" num-derive = "0.3.3" [build-dependencies]