From 3dd05741fa0ccf6f683ee5ecb37bcf0d52947745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:22:30 +0000 Subject: [PATCH] Update Rust crate minijinja to v2.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 547b8db66fc..2753a704457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3052,9 +3052,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9ca8daf4b0b4029777f1bc6e1aedd1aec7b74c276a43bc6f620a8e1a1c0a90e" +checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index b7a19dd0c79..7622ee086e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ ipnetwork = "=0.20.0" json-subscriber = "=0.2.2" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=2.4.0" +minijinja = "=2.5.0" mockall = "=0.13.0" native-tls = "=0.2.12" oauth2 = "=4.4.2" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 00853888749..be28e8fd67e 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.93" chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.34" -minijinja = "=2.4.0" +minijinja = "=2.5.0" serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.43"