From ee1b6f63b7d65d535fe5a1629ee828edee8cb96a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:09:14 +0200 Subject: [PATCH] Update Rust crate minijinja to v2.1.1 (#9201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ec01f1a207..2d383cfb63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2801,9 +2801,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45f7e8e35b6c7b169bf40b0176d2c79291ab8ee53290b84e0668ab21d841aa9d" +checksum = "f4bf71af278c578cbcc91d0b1ff092910208bc86f7b3750364642bd424e3dcd3" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 96bfd00f860..e5d112c814c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ indicatif = "=0.17.8" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.7", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=2.1.0" +minijinja = "=2.1.1" mockall = "=0.13.0" native-tls = "=0.2.12" oauth2 = "=4.4.2"