From 2337dc57aab4de60d70c7e7dbedc06fe1bb0d616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 02:32:38 +0000 Subject: [PATCH] Update half requirement from 2, <2.5.0 to 2, <2.6.0 Updates the requirements on [half](https://github.com/starkat99/half-rs) to permit the latest version. - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/starkat99/half-rs/compare/v2.0.0...v2.5.0) --- updated-dependencies: - dependency-name: half 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 ae57398f..ce52624a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,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.6.0", optional = true } libc = "0.2" num-traits = "0.2" once_cell = "1"