chore(deps) Update Rust crate handlebars to 3.3 (#880)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-22 09:07:32 -03:00 committed by GitHub
parent daa89213de
commit d81c2b9066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ toml = "0.5.6"
uuid = { version = "0.8", features = [ "v5" ] } uuid = { version = "0.8", features = [ "v5" ] }
walkdir = "2" walkdir = "2"
lazy_static = { version = "1.4" } lazy_static = { version = "1.4" }
handlebars = { version = "3.2" } handlebars = { version = "3.3" }
[target."cfg(target_os = \"windows\")".dependencies] [target."cfg(target_os = \"windows\")".dependencies]
attohttpc = { version = "0.15.0" } attohttpc = { version = "0.15.0" }