From 699502bd435c09e805d5f2b90036d0b9f1696e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:40:38 +0000 Subject: [PATCH] Update handlebars requirement from 4 to 5 Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version. - [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.0.0...v5.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rend3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rend3/Cargo.toml b/rend3/Cargo.toml index 88f3a066..e44ab9d5 100644 --- a/rend3/Cargo.toml +++ b/rend3/Cargo.toml @@ -41,7 +41,7 @@ bytemuck = "1" encase = { version = "0.6" } flume = "0.11" glam = { version = "0.24.0", features = ["bytemuck"] } -handlebars = "4" +handlebars = "5" indexmap = "2" list-any = "0.2" log = "0.4"