Skip to content

Commit e2cbcc6

Browse files
campeisSergioBenitez
authored andcommitted
Update 'handlebars' to 6.0.
1 parent f50b604 commit e2cbcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/dyn_templates/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notify = "6"
2626
normpath = "1"
2727

2828
tera = { version = "1.19.0", optional = true }
29-
handlebars = { version = "5.1", optional = true }
29+
handlebars = { version = "6.0", optional = true }
3030

3131
[dependencies.minijinja]
3232
version = "2.0.1"

contrib/dyn_templates/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! [configurable]: #configuration
3131
//! [Tera]: https://docs.rs/crate/tera/1
32-
//! [Handlebars]: https://docs.rs/crate/handlebars/5
32+
//! [Handlebars]: https://docs.rs/crate/handlebars/6
3333
//! [MiniJinja]: https://docs.rs/minijinja/2
3434
//!
3535
//! 3. Attach `Template::fairing()` and return a [`Template`] from your routes

0 commit comments

Comments
 (0)