From 0e211e5494eb30d9e9be04bf93f3b979b1d59f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:49:38 +0000 Subject: [PATCH] chore(deps): bump handlebars from 6.4.0 to 6.4.1 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 6.4.0 to 6.4.1. - [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.4.0...v6.4.1) --- updated-dependencies: - dependency-name: handlebars dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b49af3..69f3c3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,9 +630,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "6.4.0" +version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" +checksum = "d43ccdfe15a81ab0a8af639e90254227c9a46afd9c5f5b6ec7efaa345c4b0f00" dependencies = [ "derive_builder", "log", diff --git a/Cargo.toml b/Cargo.toml index a9113da..35e5dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.6.1", features = ["cargo"] } clap_complete = { version = "4.6.3", features = ["unstable-dynamic"] } comfy-table = "7.2.2" console = "0.16.3" -handlebars = "6.4.0" +handlebars = "6.4.1" indicatif = { version = "0.18.4", features = ["rayon"] } regex = "1.12.3" reqwest = "0.13.3"