From bd4e7458b6b4d185a55e76e87b28714932eca8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:32:21 +0000 Subject: [PATCH] Update hifitime requirement from 3.8.5 to 4.2.4 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.4) --- updated-dependencies: - dependency-name: hifitime dependency-version: 4.2.4 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..e64681c 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.4", default-features = false, optional = true } [features] default = ["std", "stdtime"]