From cf52e4d71aa545e625330129314b477bbf5789e7 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 Jan 2025 20:01:28 +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 cb5a617..03bc964 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 = "1.0" futures = "0.3.17" lazy_static = "1.4" log = "0.4"