From 7c45e8c18cf5c1a51441f8753cdf59610e74cdc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 01:40:05 +0000 Subject: [PATCH] Update derive_more requirement from 0.99.17 to 1.0.0 Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.17...v1.0.0) --- updated-dependencies: - dependency-name: derive_more 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..099522e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ crate-type=["rlib", "cdylib", "staticlib"] [dependencies] cfg-if = "1.0.0" -derive_more = { version = "0.99.17", optional = true } +derive_more = { version = "1.0.0", optional = true } hifitime = { version = "3.8.5", default-features = false, optional = true } [features]