diff --git a/Cargo.lock b/Cargo.lock index 90c42290b79..df4e1ba92d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3382,9 +3382,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097" +checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index f71594027f4..606b7e30dc6 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.8.0", features = ["loader"] } +minijinja = { version = "=2.9.0", 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 b784f919b33..0c3ee313159 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.97" chrono = { version = "=0.4.40", default-features = false, features = ["clock", "serde"] } flate2 = "=1.1.0" -minijinja = "=2.8.0" +minijinja = "=2.9.0" serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tar = "=0.4.44"