From bf7d9def6a6baf4d7940c1a99ed173416f27d028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:45:48 -0300 Subject: [PATCH] build(deps): bump num-traits from 0.2.17 to 0.2.18 in /native/candlex (#127) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- native/candlex/Cargo.lock | 4 ++-- native/candlex/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/candlex/Cargo.lock b/native/candlex/Cargo.lock index 4de780a..75b71eb 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -491,9 +491,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", "libm", diff --git a/native/candlex/Cargo.toml b/native/candlex/Cargo.toml index b4f6961..16b093f 100644 --- a/native/candlex/Cargo.toml +++ b/native/candlex/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] candle-core = { git = "https://github.com/huggingface/candle" } half = "2.3.1" -num-traits = "0.2.17" +num-traits = "0.2.18" rustler = { version = "0.30.0", default-features = false, features = ["derive", "nif_version_2_16"] } statrs = "0.16.0" thiserror = "1.0.56"