From 1a9a15c7db998d5e54a491b8835f6d2115a37964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:51:38 +0000 Subject: [PATCH] Bump handlebars from 4.4.0 to 4.5.0 (#646) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede --- Cargo.lock | 4 ++-- templating/fluent/Cargo.toml | 2 +- templating/handlebars/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8666863d..7873984a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3729,9 +3729,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.4.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683" +checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" dependencies = [ "log", "pest", diff --git a/templating/fluent/Cargo.toml b/templating/fluent/Cargo.toml index b8d2aa32..f6ed7ce4 100644 --- a/templating/fluent/Cargo.toml +++ b/templating/fluent/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" actix-web.workspace = true actix-web-lab.workspace = true fluent-templates = { version = "0.8", features = ["handlebars"] } -handlebars = { version = "4.3", features = ["dir_source"] } +handlebars = { version = "4.5", features = ["dir_source"] } serde.workspace = true serde_json.workspace = true diff --git a/templating/handlebars/Cargo.toml b/templating/handlebars/Cargo.toml index f55cdef3..374e29c0 100644 --- a/templating/handlebars/Cargo.toml +++ b/templating/handlebars/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] actix-web.workspace = true -handlebars = { version = "4.2.1", features = ["dir_source"] } +handlebars = { version = "4.5", features = ["dir_source"] } serde_json.workspace = true