mirror of https://github.com/rwf2/Rocket.git
Update handlebars to 0.30, tera to 0.11.
This commit is contained in:
parent
944aa79a8f
commit
f2331a831a
|
@ -33,9 +33,9 @@ serde_json = { version = "1.0", optional = true }
|
|||
rmp-serde = { version = "^0.13", optional = true }
|
||||
|
||||
# Templating dependencies only.
|
||||
handlebars = { version = "^0.29", optional = true }
|
||||
handlebars = { version = "0.30", optional = true }
|
||||
glob = { version = "^0.2", optional = true }
|
||||
tera = { version = "^0.10", optional = true }
|
||||
tera = { version = "0.11", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
Loading…
Reference in New Issue