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"