From 58741b8d840abf2d2f1cf423152c86b3ad2f78f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:36:29 +0000 Subject: [PATCH] Update hifitime requirement from 3.8.5 to 4.0.0 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.0.0) --- updated-dependencies: - dependency-name: hifitime 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..855ba4c 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.0.0", default-features = false, optional = true } [features] default = ["std", "stdtime"]