diff --git a/Cargo.lock b/Cargo.lock index 89ccb6fa4b4..8f4ffa9f4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3980,9 +3980,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.13.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0adbe6e92a6ce0fd6c4aac593fdfd3e3950b0f61b1a63aa9731eb6fd85776fa3" +checksum = "12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index c6df7d7cf08..3e3580430e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ indexmap = { version = "=2.12.1", features = ["serde"] } indicatif = "=0.18.3" json-subscriber = "=0.2.6" lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } -minijinja = { version = "=2.13.0", features = ["loader"] } +minijinja = { version = "=2.14.0", features = ["loader"] } mockall = "=0.14.0" moka = { version = "=0.12.11", 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 d89f0cdbd79..4f3475d405a 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.100" chrono = { version = "=0.4.42", default-features = false, features = ["clock", "serde"] } crates_io_version = { path = "../crates_io_version" } flate2 = "=1.1.7" -minijinja = "=2.13.0" +minijinja = "=2.14.0" serde = { version = "=1.0.228", features = ["derive"] } serde_json = "=1.0.145" tar = "=0.4.44"