mirror of https://github.com/rwf2/Rocket.git
Update 'handlebars' and 'base64' dependencies.
This commit is contained in:
parent
9a297f776b
commit
2bfb41d968
|
@ -33,6 +33,6 @@ serde_json = { version = "1.0", optional = true }
|
|||
rmp-serde = { version = "^0.13", optional = true }
|
||||
|
||||
# Templating dependencies only.
|
||||
handlebars = { version = "^0.26.1", optional = true }
|
||||
handlebars = { version = "^0.27", optional = true }
|
||||
glob = { version = "^0.2", optional = true }
|
||||
tera = { version = "^0.10", optional = true }
|
||||
|
|
|
@ -26,7 +26,7 @@ num_cpus = "1"
|
|||
state = "0.2.2"
|
||||
time = "0.1"
|
||||
memchr = "1"
|
||||
base64 = "0.5.2"
|
||||
base64 = "0.6"
|
||||
smallvec = "0.4"
|
||||
pear = "0.0.8"
|
||||
pear_codegen = "0.0.8"
|
||||
|
|
Loading…
Reference in New Issue