From 0f0c4ee3648f74426d7fcf941ce42542aa3323fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:38:01 +0000 Subject: [PATCH] Bump handlebars from 5.1.2 to 6.1.0 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.2 to 6.1.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/v5.1.2...v6.1.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rita_exit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 379070ac9..1579f4fe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] name = "handlebars" -version = "5.1.2" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" +checksum = "ce25b617d1375ef96eeb920ae717e3da34a02fc979fe632c75128350f9e1f74a" dependencies = [ "log", "pest", diff --git a/rita_exit/Cargo.toml b/rita_exit/Cargo.toml index 79704e069..ae796a690 100644 --- a/rita_exit/Cargo.toml +++ b/rita_exit/Cargo.toml @@ -15,7 +15,7 @@ settings = { path = "../settings" } babel_monitor = { path = "../babel_monitor" } actix-async = { package = "actix", version = "0.13"} awc = {workspace = true} -handlebars = "5.1" +handlebars = "6.1" lazy_static = "1.5" ipnetwork = "0.20" clarity = {workspace = true}