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_] [dependencies.handlebars_]
package = "handlebars" package = "handlebars"
version = "4.1" version = "5.1"
optional = true optional = true
[package.metadata.docs.rs] [package.metadata.docs.rs]

View File

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