From 5db1802cd011a17b10824a203279b00e356b60ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:31:38 +0000 Subject: [PATCH] Bump half from 2.7.0 to 2.7.1 Bumps [half](https://github.com/VoidStarKat/half-rs) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/VoidStarKat/half-rs/releases) - [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/VoidStarKat/half-rs/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: half dependency-version: 2.7.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 f2dcb82..d286e09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "half" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ "cfg-if", "crunchy", diff --git a/Cargo.toml b/Cargo.toml index 40ba2a9..17eb19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "A CLI tool that can peek into `*.npy` files." [dependencies] byte-unit = "5.1.6" clap = { version = "4.5.47", features = ["derive"] } -half = "2.7.0" +half = "2.7.1" npyz = { version = "0.8.4", features = ["half"] } ordered-float = "5.1.0"