From 2e2de3460de540d3ddfd0f4514eda3838680ca7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:04:56 +0000 Subject: [PATCH] Update derive_more requirement from 0.99.17 to 2.1.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...v2.1.0) --- updated-dependencies: - dependency-name: derive_more dependency-version: 2.1.0 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..1623a18 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 = "2.1.0", optional = true } hifitime = { version = "3.8.5", default-features = false, optional = true } [features]