From ba66b81af5265161fe6c9bcc3d9182ea11830d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:51:47 +0000 Subject: [PATCH] Bump handlebars from 6.3.2 to 6.4.0 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 6.3.2 to 6.4.0. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v6.3.2...v6.4.0) --- updated-dependencies: - dependency-name: handlebars dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e19022a..1c4d4ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,9 +1068,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "6.3.2" +version = "6.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098" +checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" dependencies = [ "derive_builder", "log", diff --git a/Cargo.toml b/Cargo.toml index 402e45d..02e86a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ git2 = { version = "0.20.2", default-features = false, features = [ "vendored-openssl", ] } globset = "0.4.15" -handlebars = "6.3.2" +handlebars = "6.4.0" once_cell = "1.19.0" pyo3 = { version = "0.27", features = ["extension-module", "abi3-py312"] } ratatui = "0.29.0"