Update 'handlebars' to v5.1.

This commit is contained in:
Alessandro Campeis 2024-01-13 05:23:24 +01:00 committed by Sergio Benitez
parent 105f058e9d
commit dca3afcd77
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ optional = true
[dependencies.handlebars_]
package = "handlebars"
version = "4.1"
version = "5.1"
optional = true
[package.metadata.docs.rs]

View File

@ -35,7 +35,7 @@ pub fn not_found(req: &Request<'_>) -> Template {
}
fn wow_helper(
h: &handlebars::Helper<'_, '_>,
h: &handlebars::Helper<'_>,
_: &handlebars::Handlebars,
_: &handlebars::Context,
_: &mut handlebars::RenderContext<'_, '_>,