We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50b604 commit e2cbcc6Copy full SHA for e2cbcc6
contrib/dyn_templates/Cargo.toml
@@ -26,7 +26,7 @@ notify = "6"
26
normpath = "1"
27
28
tera = { version = "1.19.0", optional = true }
29
-handlebars = { version = "5.1", optional = true }
+handlebars = { version = "6.0", optional = true }
30
31
[dependencies.minijinja]
32
version = "2.0.1"
contrib/dyn_templates/src/lib.rs
@@ -29,7 +29,7 @@
//!
//! [configurable]: #configuration
//! [Tera]: https://docs.rs/crate/tera/1
-//! [Handlebars]: https://docs.rs/crate/handlebars/5
+//! [Handlebars]: https://docs.rs/crate/handlebars/6
33
//! [MiniJinja]: https://docs.rs/minijinja/2
34
35
//! 3. Attach `Template::fairing()` and return a [`Template`] from your routes
0 commit comments