From ead5418379f3193859ef5bce92c7fab534d24bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 11:30:55 +0000 Subject: [PATCH] Update Rust crate minijinja to v2.10.2 --- 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 940409b4c99..793021e77e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3417,9 +3417,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.10.0" +version = "2.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ed1d8c92cf7057b4f2efb42339dcd43f435ed3d7d90e937cd3ae071563206b" +checksum = "dd72e8b4e42274540edabec853f607c015c73436159b06c39c7af85a20433155" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 47d3b5873dd..0cd6e684ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ indicatif = "=0.17.11" ipnetwork = "=0.21.1" json-subscriber = "=0.2.4" lettre = { version = "=0.11.15", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } -minijinja = { version = "=2.10.0", features = ["loader"] } +minijinja = { version = "=2.10.2", features = ["loader"] } mockall = "=0.13.1" moka = { version = "=0.12.10", default-features = false, features = ["future"] } native-tls = "=0.2.14" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index a23b47dad94..a4646614490 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.98" chrono = { version = "=0.4.41", default-features = false, features = ["clock", "serde"] } flate2 = "=1.1.1" -minijinja = "=2.10.0" +minijinja = "=2.10.2" serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tar = "=0.4.44"