diff --git a/Cargo.lock b/Cargo.lock index a8d24650825..76a6d7969f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3224,9 +3224,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9" +checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 719291dfd56..7d2dc34bad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ ipnetwork = "=0.21.1" json-subscriber = "=0.2.4" krata-tokio-tar = "=0.4.2" lettre = { version = "=0.11.14", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } -minijinja = { version = "=2.7.0", features = ["loader"] } +minijinja = { version = "=2.8.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 941af69006a..b9e4d663acf 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.7.0" +minijinja = "=2.8.0" serde = { version = "=1.0.218", features = ["derive"] } serde_json = "=1.0.139" tar = "=0.4.44"