diff --git a/Cargo.lock b/Cargo.lock index 81673f7..dfb2299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1933,9 +1933,9 @@ dependencies = [ [[package]] name = "rocket_dyn_templates" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04bfc006e547e4f72b760ab861f5943b688aed8a82c4977b5500c98f5d17dbfa" +checksum = "5bbab919c9e67df3f7ac6624a32ef897df4cd61c0969f4d66f3ced0534660d7a" dependencies = [ "normpath", "notify", diff --git a/Cargo.toml b/Cargo.toml index e9c786d..a6e8c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.30" humantime = "2.1.0" lazy_static = "1.4.0" num-format = "0.4.4" -rocket = {version = "0.5.0", features = ["json"]} +rocket = {version = "0.5.1", features = ["json"]} rusqlite = "0.32.1" serde = {version = "1.0.198", features = ["derive"]} serde_json = "1.0.111" @@ -28,6 +28,6 @@ version = "0.11.23" features = ["json", "blocking"] [dependencies.rocket_dyn_templates] -version = "0.1.0" +version = "0.2.0" features = ["tera"]