From 1be1df494e16d414bc74c17a4ff09d97f5cda77f Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 12 Jun 2023 09:52:27 +0000 Subject: [PATCH] Update Rust crate handlebars to 4.3.7 (#1894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [handlebars](https://github.com/sunng87/handlebars-rust) | dependencies | patch | `4.3.6` -> `4.3.7` | --- ### Release Notes
sunng87/handlebars-rust ### [`v4.3.7`](https://github.com/sunng87/handlebars-rust/releases/tag/v4.3.7) [Compare Source](https://github.com/sunng87/handlebars-rust/compare/v4.3.6...v4.3.7) - \[Fixed] Use fully qualified name of `Result` in `handlebars_helper` macro \[[#​578](https://github.com/sunng87/handlebars-rust/issues/578)] - \[Fixed] Allow single-quote JSON literal \[[#​577](https://github.com/sunng87/handlebars-rust/issues/577)]
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Co-authored-by: crapStone Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1894 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- crates/load_save/Cargo.toml | 2 +- frontend/src-tauri/Cargo.lock | 4 ++-- webserver/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/load_save/Cargo.toml b/crates/load_save/Cargo.toml index 32c5ee98..54d6f0fb 100644 --- a/crates/load_save/Cargo.toml +++ b/crates/load_save/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] async-trait = "0.1.68" chrono = { version = "0.4.24", default-features = false, optional = true } -handlebars = { version = "4.3.6", optional = true } +handlebars = { version = "4.3.7", optional = true } lazy_static = "1.4.0" log = "0.4.19" lopdf = { version = "0.30.0", optional = true } diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index ff32e465..c7ebc45f 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -1452,9 +1452,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.6" +version = "4.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" +checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d" dependencies = [ "log", "pest", diff --git a/webserver/Cargo.lock b/webserver/Cargo.lock index e57bd0dd..efe855d5 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -567,9 +567,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.6" +version = "4.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" +checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d" dependencies = [ "log", "pest",