From 6bca7c46cd33f0a5bb5d67c0a3dc72416c0b4275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:11:02 +0000 Subject: [PATCH] Bump macerator from 0.3.0 to 0.3.1 Bumps [macerator](https://github.com/wingertge/macerator) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/wingertge/macerator/releases) - [Changelog](https://github.com/wingertge/macerator/blob/main/CHANGELOG.md) - [Commits](https://github.com/wingertge/macerator/compare/macerator-v0.3.0...macerator-v0.3.1) --- updated-dependencies: - dependency-name: macerator dependency-version: 0.3.1 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 e6367a6..1e2e48e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5099,9 +5099,9 @@ dependencies = [ [[package]] name = "macerator" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0b14a250b690c5e37df4c059288ed811d540143f96ff055d6e63f0c6da23da0" +checksum = "09e6046277c48f8a44bd6cfae65a1a261cab6622fb6d4a003f5597e4e4f4a661" dependencies = [ "bytemuck", "cfg_aliases", diff --git a/Cargo.toml b/Cargo.toml index d444d63..25c6140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ half = { version = "2.7.1", features = [ "num-traits", "serde", ], default-features = false } -macerator = { version = "0.3.0" } +macerator = { version = "0.3.1" } matrixmultiply = { version = "0.3.10", default-features = false } ndarray = { version = "0.17.2", default-features = false } num-traits = { version = "0.2.19", default-features = false, features = [