From 9c96f489a8d9992ccfc97f0c3b4db31d3b815ef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:32:51 +0000 Subject: [PATCH] chore(deps): update rust crate num-traits to 0.2.18 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 220eb7c1e..e61e91b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,9 +1372,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 1745af31d..aa5b7ee7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -298,7 +298,7 @@ nix = { version = "0.27", default-features = false } nom = "7.1.3" notify = { version = "=6.0.1", features = ["macos_kqueue"] } num-bigint = "0.4.4" -num-traits = "0.2.17" +num-traits = "0.2.18" number_prefix = "0.4" once_cell = "1.19.0" onig = { version = "~6.4", default-features = false }