From b04f6cf0e1e32c6b3781b076d1b8699e93ffeb74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:30:35 +0000 Subject: [PATCH] chore(deps): update compatible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 802a7670bf8..a15aec614af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ git2-curl = "0.21.0" gix = { version = "0.73.0", default-features = false, features = ["progress-tree", "parallel", "dirwalk", "status"] } glob = "0.3.3" # Pinned due to https://github.com/sunng87/handlebars-rust/issues/711 -handlebars = { version = "=6.3.1", features = ["dir_source"] } +handlebars = { version = "=6.3.2", features = ["dir_source"] } hex = "0.4.3" hmac = "0.12.1" home = "0.5.11"