From 9fc6edc26e4cc08382bf43e086a147b5bd14d262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 02:59:37 +0000 Subject: [PATCH] Update half requirement from 2, <2.5.0 to 2, <2.7.0 Updates the requirements on [half](https://github.com/VoidStarKat/half-rs) to permit the latest version. - [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.0.0...v2.6.0) --- updated-dependencies: - dependency-name: half dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84b323e1..bca9f00c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = ["binding-generator"] [dependencies] # todo: MSRV, allow version to go 2.5.0 and above when MSRV is 1.81.0 -half = { version = "2, <2.5.0", optional = true } +half = { version = "2, <2.7.0", optional = true } libc = "0.2" num-traits = "0.2" once_cell = "1"