diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 1b817e4a0..1d87f394d 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.5.6" uuid = { version = "0.8", features = ["v5"] } walkdir = "2" lazy_static = { version = "1.4" } -handlebars = { version = "3.0" } +handlebars = { version = "3.1" } [target.'cfg(target_os = "windows")'.dependencies] attohttpc = { version = "0.13.0" }