mirror of https://github.com/rwf2/Rocket.git
Update 'handlebars' to v5.1.
This commit is contained in:
parent
105f058e9d
commit
dca3afcd77
|
@ -33,7 +33,7 @@ optional = true
|
|||
|
||||
[dependencies.handlebars_]
|
||||
package = "handlebars"
|
||||
version = "4.1"
|
||||
version = "5.1"
|
||||
optional = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -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<'_, '_>,
|
||||
|
|
Loading…
Reference in New Issue