From e1135b316996b76f6084792a88cfa9c0482fadc5 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 3 Feb 2025 23:01:19 +0000 Subject: [PATCH] fix(deps): update rust crate derive_more to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49f1f83..1646f02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ actix-files = "0.6.6" bincode = "1.3.3" chrono = "0.4.23" config = "0.13" -derive_more = "0.99" +derive_more = "2.0" futures = "0.3.17" lazy_static = "1.4" log = "0.4"