diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index aa40ff9e0..4b2eee874 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -39,7 +39,7 @@ toml = "0.5.6" uuid = { version = "0.8", features = [ "v5" ] } walkdir = "2" lazy_static = { version = "1.4" } -handlebars = { version = "3.2" } +handlebars = { version = "3.3" } [target."cfg(target_os = \"windows\")".dependencies] attohttpc = { version = "0.15.0" }