From 97fb1d9708baa9a950c6ab3dad1d11f067ba8af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:07:01 -0300 Subject: [PATCH] build(deps): bump statrs from 0.16.0 to 0.16.1 in /native/candlex (#177) Bumps [statrs](https://github.com/statrs-dev/statrs) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/statrs-dev/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/statrs-dev/statrs/compare/0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: statrs 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 7cda61a..86b70ac 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -897,9 +897,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "statrs" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d08e5e1748192713cc281da8b16924fb46be7b0c2431854eadc785823e5696e" +checksum = "b35a062dbadac17a42e0fc64c27f419b25d6fae98572eb43c8814c9e873d7721" dependencies = [ "approx", "lazy_static", diff --git a/native/candlex/Cargo.toml b/native/candlex/Cargo.toml index ef12ff0..e9eb9bd 100644 --- a/native/candlex/Cargo.toml +++ b/native/candlex/Cargo.toml @@ -14,7 +14,7 @@ candle-core = "0.5.1" half = "2.4.1" num-traits = "0.2.19" rustler = { version = "0.32.1", default-features = false, features = ["derive", "nif_version_2_16"] } -statrs = "0.16.0" +statrs = "0.16.1" thiserror = "1.0.61" [build-dependencies]