diff --git a/Cargo.toml b/Cargo.toml index a61f9bd..b549797 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 = "2.0" +derive_more = { version = "2.0", features = ["full"] } smart-default = "0.7" thiserror = "1.0" base64 = "0.22.1"