From ca49188e7e6e455b8cafc9461af681afe8def023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:38:33 -0400 Subject: [PATCH] Bump num-traits from 0.2.16 to 0.2.17 (#3368) Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.16 to 0.2.17. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.16...num-traits-0.2.17) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc5032fb6a..e44697bea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1965,9 +1965,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 328536efc9..f8605ddce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ indexmap = { version = "2.0.2", default-features = false } indoc = "2.0.4" jemallocator = "0.5.4" num-bigint = "0.4.4" -num-traits = "0.2.16" +num-traits = "0.2.17" once_cell = { version = "1.18.0", default-features = false } phf = { version = "0.11.2", default-features = false } pollster = "0.3.0"