From 6b37496b878e405498e9671a8a36dbc34d2e7d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:58:38 +0000 Subject: [PATCH] Update Rust crate minijinja to v0.31.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fa0cc4dbca..af7489b1669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1847,9 +1847,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673d1ece89f7e166f43270800d78f9b1a9d21fda92dbcfa3b98b21213cdccbbc" +checksum = "0b1dbc390e4447b2500c4071d7bc2a808cf07e925bae6b92db8a3c3eae773c58" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7fc8260d8ae..04e54bd8c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ indicatif = "=0.17.3" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=0.31.0" +minijinja = "=0.31.1" moka = { version = "=0.10.2", features = ["future"] } oauth2 = { version = "=4.3.0", default-features = false, features = ["reqwest"] } once_cell = "=1.17.1"