From 3f3760b0a4e807003f7ea699f3715ff059023165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:32:52 +0000 Subject: [PATCH] Bump handlebars from 4.5.0 to 5.1.2 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.5.0 to 5.1.2. - [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/v4.5.0...v5.1.2) --- 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 e2a53b063..240ba650b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", diff --git a/rita_exit/Cargo.toml b/rita_exit/Cargo.toml index 7935f3465..7de2137c8 100644 --- a/rita_exit/Cargo.toml +++ b/rita_exit/Cargo.toml @@ -17,7 +17,7 @@ settings = { path = "../settings" } babel_monitor = { path = "../babel_monitor" } actix-async = { package = "actix", version = "0.13"} awc = {workspace = true} -handlebars = "4.0" +handlebars = "5.1" lazy_static = "1.4" ipnetwork = "0.20" clarity = {workspace = true}