diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6a6679a3..5ba2b8c9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,6 +25,6 @@ pulldown-cmark = "0.12.0" actix-web = "4.5.1" serde = { version = "1.0.200", features = ["derive"] } env_logger = "0.11.3" -derive_more = "0.99.17" +derive_more = "1.0.0" num-format = "0.4.4" humansize = "2.1.3"