From 5aadacebb87d15c8222bbe6edef5e488c00c8bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:24:37 +0000 Subject: [PATCH] Update Rust crate minijinja to v1.0.17 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4cc5e3ccb1..c56a5e6ab8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2655,9 +2655,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb3bf58a1ec4f3f228bec851a2066c7717ad308817cd8a08f67c10660c6ff7b" +checksum = "2b7eb3568385ed7a6594dd0b27b8fb52a8d952b80bf3c9b6bc65027ecf004923" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 65a47f61ed1..6283d390f48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ indicatif = "=0.17.8" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.6", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=1.0.16" +minijinja = "=1.0.17" mockall = "=0.12.1" oauth2 = { version = "=4.4.2", default-features = false, features = ["reqwest"] } object_store = { version = "=0.9.1", features = ["aws"] }