From d1e617bd7162a5155022adb66d55d072a59c9adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:05:42 +0000 Subject: [PATCH] Update hifitime requirement from 3.8.5 to 4.2.3 Updates the requirements on [hifitime](https://github.com/nyx-space/hifitime) to permit the latest version. - [Release notes](https://github.com/nyx-space/hifitime/releases) - [Commits](https://github.com/nyx-space/hifitime/compare/3.8.5...4.2.3) --- updated-dependencies: - dependency-name: hifitime dependency-version: 4.2.3 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 70bb93d..b24c36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ crate-type=["rlib", "cdylib", "staticlib"] [dependencies] cfg-if = "1.0.0" derive_more = { version = "0.99.17", optional = true } -hifitime = { version = "3.8.5", default-features = false, optional = true } +hifitime = { version = "4.2.3", default-features = false, optional = true } [features] default = ["std", "stdtime"]