Skip to content

Commit 73e1092

Browse files
Update Rust crate minijinja to v2.14.0 (#12486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a6ffe9 commit 73e1092

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ indexmap = { version = "=2.12.1", features = ["serde"] }
109109
indicatif = "=0.18.3"
110110
json-subscriber = "=0.2.6"
111111
lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
112-
minijinja = { version = "=2.13.0", features = ["loader"] }
112+
minijinja = { version = "=2.14.0", features = ["loader"] }
113113
mockall = "=0.14.0"
114114
moka = { version = "=0.12.11", default-features = false, features = ["future"] }
115115
native-tls = "=0.2.14"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "=1.0.100"
1212
chrono = { version = "=0.4.42", default-features = false, features = ["clock", "serde"] }
1313
crates_io_version = { path = "../crates_io_version" }
1414
flate2 = "=1.1.7"
15-
minijinja = "=2.13.0"
15+
minijinja = "=2.14.0"
1616
serde = { version = "=1.0.228", features = ["derive"] }
1717
serde_json = "=1.0.145"
1818
tar = "=0.4.44"

0 commit comments

Comments
 (0)