Update 'handlebars' to 6.0.

This commit is contained in:
Alessandro Campeis 2024-07-22 09:55:09 +02:00 committed by Sergio Benitez
parent f50b6043e8
commit e2cbcc6e2f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ notify = "6"
normpath = "1"
tera = { version = "1.19.0", optional = true }
handlebars = { version = "5.1", optional = true }
handlebars = { version = "6.0", optional = true }
[dependencies.minijinja]
version = "2.0.1"

View File

@ -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
//! [MiniJinja]: https://docs.rs/minijinja/2
//!
//! 3. Attach `Template::fairing()` and return a [`Template`] from your routes