From c056e8e2f26ea8a37c3f6579913578cb46045a73 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 27 Aug 2025 21:45:46 -0300 Subject: [PATCH] build: update derive_more to version 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61196cc..572b321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.72" axum = "0.8.4" -derive_more = "1.0" +derive_more = "2.0" smart-default = "0.7" base64 = "0.22.1" chrono = "0.4.26"