From 8082c3eab5db49f35de19dc90322c92a975322ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:51:51 +0000 Subject: [PATCH] fix(deps): update rust crate derive_more to v1 --- 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]