diff --git a/Cargo.toml b/Cargo.toml index 43839507..f1a89a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -tera = "1" +tera = "2" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] }