From 4d608b9d54b3d8f8a83e788d4947b8b05c901c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:26:22 +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 476fe08a..23d2aa01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -981,9 +981,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 d2113599..ba3faccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ fastly = "0.11.12" fern = "0.7.1" flate2 = "1.1" futures = "0.3" -handlebars = "6.3.2" +handlebars = "6.4.0" hex = "0.4.3" hmac = "0.12.1" http = "1.4.0"