From dc348ed5aa147213f2ee3618aa87341d1db8b52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:28:32 +0000 Subject: [PATCH] build(deps): bump handlebars in the minor-changes group Bumps the minor-changes group with 1 update: [handlebars](https://github.com/sunng87/handlebars-rust). Updates `handlebars` 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 dependency-group: minor-changes ... 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 315ce5be..41a97875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,9 +430,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 26ff4fba..801b2744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = "4.6.1" compile-fmt = "0.1.0" doc-comment = "0.3.4" font-subset = "0.1.0" -handlebars = "6.4.0" +handlebars = "6.4.1" humantime = "2.3.0" os_pipe = "1.2.3" portable-pty = "0.8.1" # FIXME: portable-pty 0.9 is seemingly broken on Windows