From d046811f176e84e5dcf460cd22a83a066689d087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:25:02 +0000 Subject: [PATCH] Bump num-traits from 0.2.17 to 0.2.18 Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.17 to 0.2.18. - [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.17...num-traits-0.2.18) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ee6f816f..4fecd331a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 238e52fea..9d993edf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ icu_calendar = { version = "~1.4.0", default-features = true } rustc-hash = { version = "1.1.0", features = ["std"] } bitflags = "2.4.2" num-bigint = { version = "0.4.4", features = ["serde"] } -num-traits = "0.2.17" +num-traits = "0.2.18"