diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 63a2f1e..fe0a9c1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0" thiserror.workspace = true [dependencies.attohttpc] -version = "0.26" +version = "0.27" features = ["json"] [dependencies.chrono]