From 0981b8f09fd2f356d549d67247d9f347272d72d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:33:27 +0000 Subject: [PATCH] Bump smartcore from 0.5.0 to 0.5.3 Bumps [smartcore](https://github.com/smartcorelib/smartcore) from 0.5.0 to 0.5.3. - [Release notes](https://github.com/smartcorelib/smartcore/releases) - [Changelog](https://github.com/smartcorelib/smartcore/blob/development/CHANGELOG.md) - [Commits](https://github.com/smartcorelib/smartcore/compare/v0.5.0...v0.5.3) --- updated-dependencies: - dependency-name: smartcore dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b67da5..8943d92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4567,9 +4567,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smartcore" -version = "0.5.0" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d6270025c1e0ab2a9aa107d757805540b3f7dcb502347ab7b87b5f65573159" +checksum = "3b38ed6e632271ca6f51685a4d00f49faf6e63c65be667855816114dc944321a" dependencies = [ "approx", "cfg-if",